Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Change Fonts


Sgrunt
Participant

@sgrunt

open the base.css in the css folder and specify what is your preferred font family in the html tag.

example:

html {

font: 62.5% normal “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, Verdana, Arial, sans-serif;

}

Skip to toolbar