527
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body {font-family: | @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Oxygen'); | ||
div#content h1, div#content h2, dev#content h3 {font-family: | |||
/* @import url('https://fonts.googleapis.com/css?family=Merriweather|Roboto|Trocchi'); */ | |||
body {font-family: 'Libre Baskerville', serif} | |||
div#content h1, div#content h2, dev#content h3 {font-family: 'Oxygen', sans-serif} |