blob: ecca383caea2fcb86d31368bc3b11af4f70ef5d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@font-face {
font-family: 'News Cycle';
src: url('assets/fonts/NewsCycleRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'News Cycle';
src: url('assets/fonts/NewsCycleBold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
|