blob: bb79bbf019dbe8adbd55bd8594dc8ec650a2512f (
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
|
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(../fonts/OpenSans400.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(../fonts/OpenSans600.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: swap;
src: url(../fonts/OpenSans700.ttf) format('truetype');
}
@font-face {
font-family: 'Cormorant';
font-style: italic;
font-weight: 500;
font-display: swap;
src: url(../fonts/Cormorant500i.ttf) format('truetype');
}
|