19 lines
431 B
CSS
19 lines
431 B
CSS
|
@font-face {
|
||
|
font-family: 'MS Serif';
|
||
|
src: url('MSSerif.woff2') format('woff2'),
|
||
|
url('MSSerif.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'MS Sans Serif';
|
||
|
src: url('MSSansSerif.woff2') format('woff2'),
|
||
|
url('MSSansSerif.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|