style: Bundle/use DejaVu fonts
parent
dc0dfdfddd
commit
f3398b6d72
|
@ -17,6 +17,16 @@ $toolbar-color: $primary-color;
|
||||||
src: url("fonts/dejavusans-extralight.woff") format("woff");
|
src: url("fonts/dejavusans-extralight.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "DejaVu Sans";
|
||||||
|
src: url("fonts/dejavusans-regular.woff") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "DejaVu Sans Mono";
|
||||||
|
src: url("fonts/dejavusansmono-book.woff") format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
/* Global styles */
|
/* Global styles */
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
@ -34,8 +44,15 @@ body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
|
font-family:
|
||||||
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
|
"DejaVu Sans",
|
||||||
|
"Lucida Sans",
|
||||||
|
"Lucida Sans Regular",
|
||||||
|
"Lucida Grande",
|
||||||
|
"Lucida Sans Unicode",
|
||||||
|
Geneva,
|
||||||
|
Verdana,
|
||||||
|
sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.index {
|
body.index {
|
||||||
|
@ -56,6 +73,13 @@ h6 {
|
||||||
color: $text-color;
|
color: $text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
pre,
|
||||||
|
samp {
|
||||||
|
font-family: "DejaVu Sans Mono", monospace, monospace;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: #191919;
|
background-color: #191919;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue