-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathfonts.css
executable file
·36 lines (32 loc) · 1.01 KB
/
fonts.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
32
33
34
35
@font-face {
font-family: 'UbuntuMonoRegular';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('../fonts/ubuntumono-r-webfont.woff2') format('woff2'),
url('../fonts/ubuntumono-r-webfont.woff') format('woff');
}
@font-face {
font-family: 'UbuntuMonoItalic';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('../fonts/ubuntumono-ri-webfont.woff2') format('woff2'),
url('../fonts/ubuntumono-ri-webfont.woff') format('woff');
}
@font-face {
font-family: 'UbuntuMonoBold';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('../fonts/ubuntumono-b-webfont.woff2') format('woff2'),
url('../fonts/ubuntumono-b-webfont.woff') format('woff');
}
@font-face {
font-family: 'UbuntuMonoBoldItalic';
font-weight: normal;
font-style: normal;
font-display: swap;
src: url('../fonts/ubuntumono-bi-webfont.woff2') format('woff2'),
url('../fonts/ubuntumono-bi-webfont.woff') format('woff');
}