refactor: resturcture files so that lincensing info can be bundled properly
This commit is contained in:
parent
699ba74840
commit
1aa284311f
484 changed files with 119 additions and 179 deletions
10
scss/global/_accessibility.scss
Normal file
10
scss/global/_accessibility.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
* SPDX-FileCopyrightText: 2021 Oliver Rümpelein
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
.ds4-hidden {
|
||||
display: none;
|
||||
}
|
50
scss/global/_fonts.scss
Normal file
50
scss/global/_fonts.scss
Normal file
|
@ -0,0 +1,50 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local("Lora"), url("../fonts/Lora/Lora.woff") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
src: local("Lora"), url("../fonts/Lora/Lora-Bold.woff") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
src: local("Lora"), url("../fonts/Lora/Lora-Italic.woff") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Lora";
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
src: local("Lora"), url("../fonts/Lora/Lora-BoldItalic.woff") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: "Wood Stamp";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: local("Wood Stamp"), url("../fonts/Woodstamp/Woodstamp.woff") format("woff");
|
||||
}
|
||||
|
||||
:root {
|
||||
--ds4-font-primary: Lora, serif;
|
||||
--ds4-font-heading: "Wood Stamp", sans-serif;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue