If you want to change font in the DW Focus. Please do as the following:
Step 1: Find the font that you want to use at here: http://www.google.com/fonts/
Step 2: click the Quick-use
see the screenshot:
Step 3: Please go to “@import” and copy the following link:
See the screenshot:
Step4: Paste the link copied above into tempplate.css file.
See the screenshot:
Step5: change all the font-family in file template.css with the font-family that you want
2. To change font color in the DW Focus theme. Please open the template.css theme then change all the color code with your desired color.
Hope this helps!
I did, and still do i have problems with the navigations bar. It is using a different font. I need a font with latin extended letters, greek and cyrilic (like: Roboto). How can i use it the navigation bar?
It would be great help if we would know wich font is used where.
To change the font for the navigations bar. You can add the following code to the template.css file.
@import url(http://fonts.googleapis.com/css?family=Roboto);
you need to find the following code and replace this code:
.navbar .nav li a {
font-family: "NovecentowideBookBold",Georgia,"Times New Roman",Times,serif;
}
With new code:
.navbar .nav li a {
font-family: 'Roboto', sans-serif;
}
Change all the font-family in file template.css with the following font-family
font-family: 'Roboto', sans-serif;
I am change all Font-Family to Roboto font but make something wrong.
Can you make template.css with Roboto font and send it to me?
P.S. Need Cyrillic Font for my site
@ Ewan !
Please download the template.css file here: https://www.dropbox.com/s/yl5jwi0zhut63g7/template.css
Hi Ewan,
I was with the exact same problem. I did change every font-family entry in template.css file and the “must read articles” drop down insisted to show the previous fonts.
Then I realized that “responsive.css” has its own font-family definitions. You also need to change those (4 entries).
Hope this helps.
Best regards,
Daniel
@Daniel !
Thank you for help. I appreciate it !
Please login or Register to submit your answer