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