9 lines
230 B
CSS
9 lines
230 B
CSS
|
@font-face {
|
||
|
font-display: swap;
|
||
|
font-family: 'Inter';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('/globalsites/assets/inter.woff2') format('woff2'),
|
||
|
url('/globalsites/assets/inter.ttf') format('truetype');
|
||
|
}
|