8 lines
216 B
CSS
8 lines
216 B
CSS
@font-face {
|
|
font-family: 'Inter';
|
|
src: local('Inter'),
|
|
url('/themes/ayon/assets/fonts/Inter/Inter.woff2') format('woff2');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
} |