• Font not showing properly in companion and in site.

    I use phonetic symbols on my site https://www.stooryduster.co.uk/ca-canny but they are no longer showing as before.

    My site was hacked so I deleted wordpress, the database and then re-installed and reloaded from a not too old backup.

    Managed it without any real disasters and seems to be working OK but I can’t get the phonetic characters to show properly. Strangely it works on a mirror that I run locally on my laptop. And it also works as tested in Dreamweaver.

    All installations are up to date.

    The word is specified as a css class and the css code is

    .phono  {
    	font-family:
     "Arial Unicode MS", "Arial", "Lucinda Grande" "Lucida Sans Unicode", "Lucida Sans", serif;
     font-family /**/:inherit; /* resets fonts for everyone but IE6 */
    	font-size: 22px;
    	padding-top: 3px;
    	padding-bottom: 3px;
    	padding-left: 5px;
    	padding-right: 32px;
    }

    I don’t want to use character codes, it worked before. Anyone got any solutions or possibilities to look at?

  • The topic ‘font not showing properly in companion and in site’ is closed to new replies.