Header Menu Font Family

Posted in: Newspaper
Post count: 17

Hello,

I am using the default css file. Recently i saw http://blog.tatilbudur.com/ website and really like the font familty they are using on the header menu. I want to use the same font family because it does support turkish letters better. The font is called “Shadow Into Light Two”.

What changes do i need to make so that i can change the header font to this? And also that the letters are not capitalized automatically.

Thanks and regards.

  • This topic was modified 10 years by korhan.
  • This topic was modified 10 years by korhan.
Post count: 22421

Hi,
If you want to use a custom font you can follow this guide to do it: https://forum.tagdiv.com/using-custom-fonts/
As for the capitalized menu you can use this css in the theme panel->custom css:
.sf-menu > li > a{
text-transform:none!important;
}

Thanks.

Post count: 17

Thank you so much.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.