-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmerriweather.css
48 lines (47 loc) · 1.2 KB
/
merriweather.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
36
37
38
39
40
41
42
43
44
45
46
47
48
/* Merriweather https://fonts.google.com/specimen/Merriweather
* Or https://github.com/EbenSorkin/Merriweather
* If you're using the Truetype (.ttf) files, substitute .ttf for .otf
* in the file names below.
*/
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-Light.otf);
font-weight: 300;
}
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-LightItalic.otf);
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-Regular.otf);
}
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-Italic.otf);
font-style: italic;
}
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-Bold.otf);
font-weight: bold;
}
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-BoldItalic.otf);
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-Black.otf);
font-weight: 900;
}
@font-face {
font-family: "Merriweather";
src: url(../fonts/Merriweather-BlackItalic.otf);
font-weight: 900;
font-style: italic;
}