2020-01-12 15:33:02 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: "Liberation Sans";
|
2024-10-06 14:36:18 +02:00
|
|
|
src:
|
|
|
|
url("fonts/LiberationSans-Bold.woff2") format("woff2"),
|
2020-09-10 22:23:24 +02:00
|
|
|
url("fonts/LiberationSans-Bold.woff") format("woff");
|
2020-01-12 15:33:02 +01:00
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
2020-01-12 22:37:45 +01:00
|
|
|
font-display: swap;
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Liberation Sans";
|
2024-10-06 14:36:18 +02:00
|
|
|
src:
|
|
|
|
url("fonts/LiberationSans-BoldItalic.woff2") format("woff2"),
|
2020-01-12 15:33:02 +01:00
|
|
|
url("fonts/LiberationSans-BoldItalic.woff") format("woff");
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: italic;
|
2020-01-12 22:37:45 +01:00
|
|
|
font-display: swap;
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Liberation Sans";
|
2024-10-06 14:36:18 +02:00
|
|
|
src:
|
|
|
|
url("fonts/LiberationSans-Italic.woff2") format("woff2"),
|
2020-09-10 22:23:24 +02:00
|
|
|
url("fonts/LiberationSans-Italic.woff") format("woff");
|
2020-01-12 15:33:02 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
2020-01-12 22:37:45 +01:00
|
|
|
font-display: swap;
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Liberation Sans";
|
2024-10-06 14:36:18 +02:00
|
|
|
src:
|
|
|
|
url("fonts/LiberationSans.woff2") format("woff2"),
|
2020-09-10 22:23:24 +02:00
|
|
|
url("fonts/LiberationSans.woff") format("woff");
|
2020-01-12 15:33:02 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2020-01-12 22:37:45 +01:00
|
|
|
font-display: swap;
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2020-02-05 23:07:36 +01:00
|
|
|
font-family: "Liberation Mono";
|
2024-10-06 14:36:18 +02:00
|
|
|
src:
|
|
|
|
url("fonts/LiberationMono.woff2") format("woff2"),
|
2020-09-10 22:23:24 +02:00
|
|
|
url("fonts/LiberationMono.woff") format("woff");
|
2020-01-12 15:33:02 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2020-01-12 22:37:45 +01:00
|
|
|
font-display: swap;
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
2020-02-05 23:07:36 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: "Metropolis";
|
2024-10-06 14:36:18 +02:00
|
|
|
src:
|
|
|
|
url("fonts/Metropolis.woff2") format("woff2"),
|
|
|
|
url("fonts/Metropolis.woff") format("woff");
|
2020-01-12 15:33:02 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2020-01-12 22:37:45 +01:00
|
|
|
font-display: swap;
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
2020-03-15 18:38:10 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: "GeekdocIcons";
|
2024-10-06 14:36:18 +02:00
|
|
|
src:
|
|
|
|
url("fonts/GeekdocIcons.woff2") format("woff2"),
|
2020-09-10 22:23:24 +02:00
|
|
|
url("fonts/GeekdocIcons.woff") format("woff");
|
2020-03-15 18:38:10 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|
2020-01-12 15:33:02 +01:00
|
|
|
body {
|
2024-10-06 14:36:18 +02:00
|
|
|
font-family: var(--body-font-family);
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
code,
|
|
|
|
.gdoc-error__title {
|
2024-10-06 14:36:18 +02:00
|
|
|
font-family: var(--code-font-family);
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.gdoc-header {
|
2024-10-06 14:36:18 +02:00
|
|
|
font-family: var(--header-font-family);
|
2020-01-12 15:33:02 +01:00
|
|
|
}
|