14 lines
385 B
CSS
14 lines
385 B
CSS
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Lexend';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('/assets/fonts/lexend/lexend-v19-latin-600.woff2') format('woff2');
|
|
}
|
|
@font-face {
|
|
font-display: swap;
|
|
font-family: 'Lexend';
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
src: url('/assets/fonts/lexend/lexend-v19-latin-900.woff2') format('woff2');
|
|
} |