mirror of
https://github.com/AlekseyLobanov/AlekseyLobanov.github.io.git
synced 2026-01-12 13:12:03 +03:00
19 lines
299 B
CSS
19 lines
299 B
CSS
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 ;
|
|
} |