14 lines
319 B
CSS
14 lines
319 B
CSS
@font-face {
|
|
font-family: 'News Cycle';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: auto;
|
|
src: url('newscycle-regular.woff') format('woff');
|
|
}
|
|
@font-face {
|
|
font-family: 'News Cycle';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: auto;
|
|
src: url('newscycle-bold.woff') format('woff');
|
|
}
|