blob: f3422325027452b906b05b01f8a2b0a18280b0db (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@font-face {
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: 400;
font-display: auto;
src: url('merriweathersans-regular.woff') format('woff');
}
@font-face {
font-family: 'Merriweather Sans';
font-style: normal;
font-weight: 700;
font-display: auto;
src: url('merriweathersans-bold.woff') format('woff');
}
|