meymigrou
asked 10 years ago

Hi there,

First of all I would like to say thank you for the free Minion theme. It’s a very nice team and looks really good.

Now, I want to change the font style cause the language I use for my blog it’s Greek and this font doesn’t work for it. I search in editor-style.css but I didn’t find anything. Can you guys help me here? Thanks a lot! 🙂

1 Answers
DominicStaff
answered 10 years ago

To change the font in the post on the theme.
Step 1: Go to site here to find the font you would like to use: http://www.google.com/fonts/

Step 2: click the Quick-use
see the screenshot: http://imgur.com/zYPj0Fm

Step 3: Please move through the “@import” and copy the code.
See the screenshot: http://imgur.com/ylIX3jO

And paste into the main.css file.
See the screenshot: http://imgur.com/iw1VfIZ

Step 4: open the main.css in the folder path “\wp-content\themes\dw-minion\assets\css” replace the following code:

 
font-family: 'Roboto Slab', serif;

With your font
See the screenshot: http://imgur.com/xaSHPjc
for example:

  font-family: 'Londrina Shadow', cursive;
meymigrou
replied 10 years ago

Oh my god thank you so much dude!! I did it! You’re awesome 😀

Powered by DW Question & Answer Pro