-
Notifications
You must be signed in to change notification settings - Fork 0
/
noticia-text.css
35 lines (32 loc) · 1.06 KB
/
noticia-text.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: 'Noticia Text';
src: url('src/noticia-text/noticia-text-regular.woff2') format('woff2'),
url('src/noticia-text/noticia-text-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/*@font-face {
font-family: 'Noticia Text';
src: url('src/noticia-text/noticia-text-italic.woff2') format('woff2'),
url('src/noticia-text/noticia-text-italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Noticia Text';
src: url('src/noticia-text/noticia-text-bold.woff2') format('woff2'),
url('src/noticia-text/noticia-text-bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Noticia Text';
src: url('src/noticia-text/noticia-text-bold-italic.woff2') format('woff2'),
url('src/noticia-text/noticia-text-bold-italic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}*/