mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-14 00:40:40 +00:00
56 lines
1.4 KiB
SCSS
56 lines
1.4 KiB
SCSS
|
@font-face {
|
||
|
font-family: "Liberation Sans";
|
||
|
src: url("fonts/LiberationSans-Bold.woff2") format("woff2"), url("fonts/LiberationSans-Bold.woff") format("woff");
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Liberation Sans";
|
||
|
src: url("fonts/LiberationSans-BoldItalic.woff2") format("woff2"),
|
||
|
url("fonts/LiberationSans-BoldItalic.woff") format("woff");
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Liberation Sans";
|
||
|
src: url("fonts/LiberationSans-Italic.woff2") format("woff2"), url("fonts/LiberationSans-Italic.woff") format("woff");
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Liberation Sans";
|
||
|
src: url("fonts/LiberationSans.woff2") format("woff2"), url("fonts/LiberationSans.woff") format("woff");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Droid Serif";
|
||
|
src: url("fonts/DroidSerif.woff2") format("woff2"), url("fonts/DroidSerif.woff") format("woff");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: "Liberation Mono";
|
||
|
src: url("fonts/LiberationMono.woff2") format("woff2"), url("fonts/LiberationMono.woff") format("woff");
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
font-family: "Liberation Sans", sans-serif;
|
||
|
}
|
||
|
|
||
|
code,
|
||
|
.gdoc-error__title {
|
||
|
font-family: "Liberation Mono", monospace;
|
||
|
}
|
||
|
|
||
|
.gdoc-header {
|
||
|
font-family: "Droid Serif", serif;
|
||
|
}
|