1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-07-08 01:14:23 +03:00
raconteur/_sass/_type.scss
2015-04-13 17:50:53 -03:00

18 lines
227 B
SCSS

/* Font Stack */
body {
font-family: 'Gentium Basic', serif;
font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
font-style: italic;
}
pre, code {
font-family: 'Inconsolata', monospace;
}
.codeexample code {
font-size: 14px;
}