blob: 71ee7c3fa1ebe6a19994a3220168d3222c40dd69 (
plain)
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
36
37
38
|
@font-face {
font-display: swap
font-family: 'Archivo'
font-style: normal
font-weight: 400
src: url('../fonts/archivo-v19-latin-regular.woff2') format('woff2')
}
@font-face {
font-display: swap
font-family: 'Archivo'
font-style: normal
font-weight: 600
src: url('../fonts/archivo-v19-latin-600.woff2') format('woff2')
}
@font-face {
font-display: swap
font-family: 'Archivo'
font-style: normal
font-weight: 700
src: url('../fonts/archivo-v19-latin-700.woff2') format('woff2')
}
@font-face {
font-display: swap
font-family: 'Roboto'
font-style: normal
font-weight: 400
src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2')
}
@font-face {
font-display: swap
font-family: 'Roboto'
font-style: normal
font-weight: 700
src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2')
}
|