We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

to use google fonts in theme? | Forum

Topic location: Forum home » Support » General Questions
omer
omer Sep 1 '14
ho can i use google fonts in theme?
omer
omer Sep 7 '14
you could write something related oxwall's theme edit...
gnarvin
gnarvin Sep 7 '14
I agree not the best way answer but it does give you enough information. Go to your Appearance tab, then select the CSS tab, in the edit CSS field  add  your @import code, below that line I added a body{} but you can do it more specific if you want.


Example:


@import url(http://fonts.googleapis.com/css?family=Comfortaa);
body {   font-family: 'Comfortaa', cursive;}

omer
omer Sep 8 '14
Quote from gnarvin I agree not the best way answer but it does give you enough information. Go to your Appearance tab, then select the CSS tab, in the edit CSS field  add  your @import code, below that line I added a body{} but you can do it more specific if you want.


Example:


@import url(http://fonts.googleapis.com/css?family=Comfortaa);
body {   font-family: 'Comfortaa', cursive;}

thank you but want to change espacialy main menu