Layout Style: S2 Expressive Features: Header Image, Custom Header Location, Custom Sidebar Layout Width: Responsive WARNING: If you like Flexible Squares don't change themes. You could lose it. Read More.
Hi, I have just applied this layout, it's stunning but I am having a problem with font display. This is my community: https://angelheartsnc.livejournal.com/ I write on Vietnamese which have signs on some characters, seem like they have problem in showing them. I am not good in describe so I will send you an image: https://imgur.com/8pVElYy
Do you know how to fix or easier, how to change display font type to a basic one which can apply to Vietnamese such as Arial or Times new roman? I see there are many lines have that word "font" in the code so I don't know which one I should change. Sorry I'm not familiar with coding so...
Comments 4
This is my community: https://angelheartsnc.livejournal.com/
I write on Vietnamese which have signs on some characters, seem like they have problem in showing them.
I am not good in describe so I will send you an image: https://imgur.com/8pVElYy
Do you know how to fix or easier, how to change display font type to a basic one which can apply to Vietnamese such as Arial or Times new roman? I see there are many lines have that word "font" in the code so I don't know which one I should change. Sorry I'm not familiar with coding so...
Reply
Under asset-body you will see the line:
font-family: "Crimson Text", arial;
Change to:
font-family: "Arial";
Then go down a few lines to:
p, td{ font-family: "Montserrat"; font-size; 14px; margin:0; padding:0; }
change "Montserrat" to "Arial"
You can change this in any area of the layout where it says "font-family...."
just make them:
font-family: "Arial";
Or whatever font you want.
I hope that helps you.
Reply
Reply
Reply
Leave a comment