I'm trying to change the font for headers, but I think something's wrong.
The source page shows me this:
- Code: Select all
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css" />
<style type="text/css">
.childcontent .gkcol { width: 220px; }
body,
html,
body button,
body input,
body select,
body textarea,
.bigtitle .header,
h3,h4,h5,h6,
.gkMenu ul li,
.box.menu,
.gkTabsWrap ol li { font-family: 'Open Sans', Arial, sans-serif; }
#gkLogo.text,
.gkIsWrapper-gk_creativity .figcaption h2,
h1,
h2 { font-family: 'Roboto Slab, serif', Arial, sans-serif }
why also sets Arial and Sans-Serif?
See Also attach.
Best Regards.