forked from gulliver/rtfm
10 lines
366 B
CSS
10 lines
366 B
CSS
|
/* noto-serif-700 - latin */
|
||
|
@font-face {
|
||
|
font-family: 'Noto Serif Bold';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: local(''),
|
||
|
url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
||
|
url('../fonts/noto-serif-v9-latin/noto-serif-v9-latin-700.woff') format('woff'), /* Modern Browsers */
|
||
|
}
|