10 lines
211 B
CSS
10 lines
211 B
CSS
|
@font-face {
|
||
|
font-family: 'System';
|
||
|
src: url('SystemBold.woff2') format('woff2'),
|
||
|
url('SystemBold.woff') format('woff');
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|