9 lines
340 B
CSS
9 lines
340 B
CSS
@font-face {
|
|
font-family: 'Noto Serif Display';
|
|
src: local('Noto Serif Display'),
|
|
url('/themes/ayon/assets/fonts/NotoSerifDisplayRegular.woff') format('woff'),
|
|
url('/themes/ayon/assets/fonts/NotoSerifDisplayRegular.woff2') format('woff2');
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
} |