bio.char.lt/public/css/fonts.css

45 lines
1.7 KiB
CSS
Raw Normal View History

2023-11-16 03:32:20 +00:00
@font-face {
font-family: 'Rouna';
2024-02-05 22:07:39 +00:00
src: url('/assets/rouna/rouna-bold-webfont.eot');
src: url('/assets/rouna/rouna-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/rouna/rouna-bold-webfont.woff2') format('woff2'),
url('/assets/rouna/rouna-bold-webfont.woff') format('woff'),
url('/assets/rouna/rouna-bold-webfont.ttf') format('truetype');
2023-11-16 03:32:20 +00:00
font-weight: 700;
font-style: normal;
2024-02-05 22:06:29 +00:00
font-display: swap;
2023-11-16 03:32:20 +00:00
}
@font-face {
font-family: 'Rouna';
2024-02-05 22:07:39 +00:00
src: url('/assets/rouna/rouna-medium-webfont.eot');
src: url('/assets/rouna/rouna-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/rouna/rouna-medium-webfont.woff2') format('woff2'),
url('/assets/rouna/rouna-medium-webfont.woff') format('woff'),
url('/assets/rouna/rouna-medium-webfont.ttf') format('truetype');
2023-11-16 03:32:20 +00:00
font-weight: 500;
font-style: normal;
2024-02-05 22:06:29 +00:00
font-display: swap;
2023-11-16 03:32:20 +00:00
}
@font-face {
font-family: 'Rouna';
2024-02-05 22:07:39 +00:00
src: url('/assets/rouna/rouna-regular-webfont.eot');
src: url('/assets/rouna/rouna-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/assets/rouna/rouna-regular-webfont.woff2') format('woff2'),
url('/assets/rouna/rouna-regular-webfont.woff') format('woff'),
url('/assets/rouna/rouna-regular-webfont.ttf') format('truetype');
2023-11-16 03:32:20 +00:00
font-weight: normal;
font-style: normal;
2024-02-05 22:06:29 +00:00
font-display: swap;
2023-11-16 03:32:20 +00:00
}
@font-face {
font-family: 'Noto Color Emoji';
2024-02-05 22:06:29 +00:00
src: url('/assets/noto-color-emoji/NotoColorEmoji-Regular.woff2') format('woff2'),
url('/assets/noto-color-emoji/NotoColorEmoji-Regular.ttf') format('truetype');
2023-11-16 03:32:20 +00:00
font-weight: normal;
font-style: normal;
2024-02-05 22:06:29 +00:00
font-display: swap;
2023-11-16 03:32:20 +00:00
}