Joomla Css And Unicode?
February 27, 2010 under FAQ
Hay Everybody
I’m trying out a Joomla these days…I’m running this news website and it is based on Unicode (not in English). @ The moment I’m running the website in a manual way but want to implement Joomla ASAP coz it will minimize my work load…
So any way… I’m having a problem with displaying the heading, the body of the text display correctly…
Can anyone plz tell me how to solve this issue. I also wants to edit the CSS to increase the font size. Plz assist me…
Thankx..
Search more about Joomla Css And Unicode?:




alternatively take a look at http://www.templateplazza.com and joomlart.com they have some great news orientated joomla templates that you maybe able to customize - they all come standard with the sizable font feature too….
The CSS you can use for font increase for the whole website is:
html, body {
font-size:120%; // change 120% with how big you want it to be changed
}
I’ve used Joomla before, but I don’t exactly remember much. If you are developing a template from scratch, make sure you are using the correct PHP to designate where the header is.