• Resolved luvmm

    (@luvmm)


    Hi,

    I tried to install Chinese simplified version, but failed, so i’m using the English version, just one small problem, the Chinese characters in posts are too small to read, whereas they are displayed normally in comments, i checked the source of the page, finding the font size is x-small, i am not familiar with the coding, is anyone who knows what i should do? thanks.

    Chinese displayed normally
    Chinese is too small to read

Viewing 3 replies - 1 through 3 (of 3 total)
  • Something is generating the CSS inline, so i can only suggesting using a CSS selector, here’s one you can use…

    Plonk it in your style.css

    .entry span[style="font-size: x-small;"] {font-size:18px!important}

    Of course adjust 18px to the size you want…

    Thread Starter luvmm

    (@luvmm)

    i finally found that the chinese characters was too small because i copied the font settings from a webpage… but thanks anyway

    The above suggestion will work, but if you’re happy, win win…!! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Chinese fonts problem–too small to read’ is closed to new replies.