2021-06-26 22:02:00 +02:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2021-02-24 13:55:57 +01:00
|
|
|
@font-face {
|
2023-07-10 22:23:13 +02:00
|
|
|
font-display: swap;
|
|
|
|
font-family: "Lora";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
src:
|
|
|
|
local("Lora"),
|
|
|
|
url("../fonts/Lora/Lora.woff") format("woff");
|
2021-02-24 13:55:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2023-07-10 22:23:13 +02:00
|
|
|
font-display: swap;
|
|
|
|
font-family: "Lora";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
src:
|
|
|
|
local("Lora"),
|
|
|
|
url("../fonts/Lora/Lora-Bold.woff") format("woff");
|
2021-02-24 13:55:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2023-07-10 22:23:13 +02:00
|
|
|
font-display: swap;
|
|
|
|
font-family: "Lora";
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: normal;
|
|
|
|
src:
|
|
|
|
local("Lora"),
|
|
|
|
url("../fonts/Lora/Lora-Italic.woff") format("woff");
|
2021-02-24 13:55:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2023-07-10 22:23:13 +02:00
|
|
|
font-display: swap;
|
|
|
|
font-family: "Lora";
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
src:
|
|
|
|
local("Lora"),
|
|
|
|
url("../fonts/Lora/Lora-BoldItalic.woff") format("woff");
|
2021-02-24 13:55:57 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2023-07-10 22:23:13 +02:00
|
|
|
font-display: swap;
|
|
|
|
font-family: "Wood Stamp";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
src:
|
|
|
|
local("Wood Stamp"),
|
|
|
|
url("../fonts/Woodstamp/Woodstamp.woff") format("woff");
|
2021-02-24 13:55:57 +01:00
|
|
|
}
|
2022-01-21 03:22:17 +01:00
|
|
|
|
|
|
|
:root {
|
2023-07-10 22:23:13 +02:00
|
|
|
--ds4-font-primary: Lora, serif;
|
|
|
|
--ds4-font-heading: "Wood Stamp", sans-serif;
|
2022-01-21 03:22:17 +01:00
|
|
|
}
|