This commit is contained in:
2015-04-16 13:50:31 +03:00
parent 2403169f43
commit 700743c0b0
126 changed files with 13285 additions and 1225 deletions

19
theme/css/alt-fonts.css Normal file
View File

@@ -0,0 +1,19 @@
body {
font-family: 'Droid Serif', serif;
}
h1, h2, h3, h4, h5, h6, .side-nav, .top-bar-section ul li > a, ul.off-canvas-list li {
font-family: 'Droid Sans', sans-serif;
}
h1, h2, h3 {
font-weight: bold;
}
pre, code {
font-family: 'Droid Sans Mono', monospace;
}
code {
font-size: 0.7em ;
}