44 lines
1.3 KiB
SCSS
44 lines
1.3 KiB
SCSS
/* ------------------ font-face-Deklarationen ------------------------------- */
|
|
|
|
|
|
/* DIN light und bold */
|
|
|
|
@font-face {
|
|
font-family: 'din';
|
|
src: url('fonts/e39ef3e7-91b2-45d0-8c2f-cfdcd0c0ab94.woff2') format('woff2'), url('fonts/25df6f92-ec41-4f60-91af-bddc19a3adc2.eot?#iefix') format('eot');
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'din';
|
|
src: url('fonts/6ceed230-b2b3-4422-b048-4aa11687430a.woff2') format('woff2'), url('fonts/9b63158c-0e74-4751-966c-d749c5d31cce.eot?#iefix') format('eot');
|
|
font-weight: 1ssh gitea not a valid00;
|
|
}
|
|
|
|
// @font-face {
|
|
// font-family: 'din';
|
|
// src: url('fonts/398e3e8c-3bf0-4af1-9791-f426a7992711.woff2') format('woff2'), url('fonts/90744ee6-df8b-4daf-924d-e84a33fa139c.eot?#iefix') format('eot');
|
|
// font-weight: 700;
|
|
// }
|
|
@font-face {
|
|
font-family: 'din';
|
|
src: url('fonts/55fa1cf8-baf8-4bf8-9718-b096b1dd231f.woff2') format('woff2'), url('fonts/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix') format('eot');
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
/*------------- Schriftauszeichnungen ---------------------------------------*/
|
|
|
|
$font-family-sans-serif: "din",
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
"Segoe UI",
|
|
Roboto,
|
|
"Helvetica Neue",
|
|
Arial,
|
|
"Noto Sans",
|
|
sans-serif,
|
|
"Apple Color Emoji",
|
|
"Segoe UI Emoji",
|
|
"Segoe UI Symbol",
|
|
"Noto Color Emoji" !default; |