-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.css
More file actions
31 lines (30 loc) · 1.21 KB
/
fonts.css
File metadata and controls
31 lines (30 loc) · 1.21 KB
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: 'Annie';
font-style: normal;
font-weight: 400;
src: local('Annie'), local('AnnieUseYourTelescope'), url(fonts/annie_400.woff2) format('woff2'), url(fonts/annie_400.woff) format('woff');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: local('Merriweather'), url(fonts/merriweather_400.woff2) format('woff2'), url(fonts/merriweather_400.woff) format('woff');
}
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: local('Merriweather Bold'), local('Merriweather-Bold'), url(fonts/merriweather_700.woff2) format('woff2'), url(fonts/merriweather_700.woff) format('woff');
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: local('Merriweather Italic'), local('Merriweather-Italic'), url(fonts/merriweather_400_italic.woff2) format('woff2'), url(fonts/merriweather_400_italic.woff) format('woff');
}
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'), url(fonts/merriweather_700_italic.woff2) format('woff2'), url(fonts/merriweather_700_italic.woff) format('woff');
}