How about text-rendering in “Protostar”

Joomla!3.0’s default template “Protostar” is really nice template. But it has some problem to show 2byte characters.

I found out. Unknown command “text-rendering” in Protostar’s template.css line 498. If there is this, 2byte characters aren’t appear.

 

h6 {
    margin: 9px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
   text-rendering: optimizelegibility;

}

 

I recommend turn off by comment out or delete this line if you’ll use “Protostar” in 2 byte contents.

 

See more information about “text-rendering”.

https://developer.mozilla.org/en-US/docs/CSS/text-rendering

おすすめ