hey! i'm using ur theme #9 on my blog hestiaflames, and i was wondering how/if i can play with the font. I tried switching it in the html by find+replacing it with others, but it didn't change anything. Tips?
hey there!! if you were wanting to use a google font you need to go here, choose a font you want to use, and copy a line of code that looks like this (i’m using slabo 27px as an example):
and paste it in the head of the html document (so before ). then you need to copy the font-family code (again, using slabo 27px as an example):
font-family: 'Slabo 27px', serif;
and replace font-family: ‘Roboto’, sans-serif; and/or font-family: ‘Roboto Condensed’, sans-serif; with whatever you copied from google fonts. if you have any problems with this please let me know!!











