-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
31 lines (28 loc) · 934 Bytes
/
stylesheet.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@font-face {
font-family: 'BundesSerif Web';
src: url('https://github.com/stefandier/public/blob/main/BundesSerifWeb-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'BundesSerif Web';
src: url('https://github.com/stefandier/public/blob/main/BundesSerifWeb-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BundesSerif Web';
src: url('https://github.com/stefandier/public/blob/main/BundesSerifWeb-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'BundesSerif Web';
src: url('https://github.com/stefandier/public/blob/main/BundesSerifWeb-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}