Customizing SMF > Graphics and Templates
Change font
katerix:
I want to change the font in the theme that applies to the following points: menu and title section.
Thanks ;D
K@:
Have a look at the theme's index.css file, in the "css" directory.
The file's quite well commented. So, you should find what you want fairly easily. :)
katerix:
Sorry, but we could not change anything. I attached file index.css
K@:
Did you try modifying this section?
--- Code: ---/* Set a fontsize that will look the same in all browsers. */
body
{
background: url(../images/glacier/background.png) repeat;
font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
margin: 0 auto;
padding: 0;
}
--- End code ---
or this one?
--- Code: ---/* The font size of textareas should be just a little bit larger. */
textarea
{
font: 100%/130% verdana, Helvetica, sans-serif;
}
--- End code ---
Maybe, this one?
--- Code: ---/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, tr.smalltext th
{
font-size: 0.85em;
font-family: verdana, sans-serif;
}
--- End code ---
Sorry. But, I'm not 100% sure what you mean by "menu and title section".
It may depend on the theme, though, because some themes have weird ways of showing some sections.
katerix:
I mean that the font menu and titles of sections to be with a different font than usual, to be more obvious. For example, I want to use Yanone Kaffesatz font in menu.
Navigation
[0] Message Index
[#] Next page
Go to full version