SMF Development > Feature Requests

asian language font size and font type

<< < (2/3) > >>

emanuele:
You can find index.css in the "css" directory of the theme you are using.
For example for the default theme it will be in: Themes/default/css/

Baloch:

--- Quote from: emanuele on May 13, 2012, 12:15:29 PM ---You can find index.css in the "css" directory of the theme you are using.
For example for the default theme it will be in: Themes/default/css/

--- End quote ---

I have changed these lines

--- Quote ---/* Set a fontsize that will look the same in all browsers. */
body
{
   background: #E9EEF2 url(../images/theme/backdrop.png) repeat-x;
/*   font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;*/
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif !important;


--- End quote ---

with

--- Quote ---
/*   font: 89%/160% "Verdana", "Arial", "Helvetica", sans-serif;*/
font: 89%/160% "Verdana", "Arial", "Helvetica", sans-serif !important;


--- End quote ---

now Urdu text are as per my wish but it disturbed English text too which is not in my need. As well as it destroyed look of complete forum.

emanuele:
Try adding something to the class post:

--- Code: ---.post
{
margin-top: 0.5em;
clear: right;
font: 89%/160% "Verdana", "Arial", "Helvetica", sans-serif;
}
--- End code ---
that should change the size only of the text in the post area.

Baloch:

--- Quote from: emanuele on May 13, 2012, 12:42:39 PM ---Try adding something to the class post:

--- Code: ---.post
{
margin-top: 0.5em;
clear: right;
font: 89%/160% "Verdana", "Arial", "Helvetica", sans-serif;
}
--- End code ---
that should change the size only of the text in the post area.

--- End quote ---

Thanks I have done but is it not possible to globally change only URDU FONT SIZE and FONT TYPE like this?
http://bamhal.blogspot.com/

emanuele:
As far as I know no, it's not possible.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version