lieu/html/assets/inter-ui-web/inter-ui.css

14 wiersze
341 B
CSS

@font-face {
font-family: 'Inter UI';
font-style: normal;
src: url("Inter-UI-Regular.woff2") format("woff2"),
url("Inter-UI-Regular.woff") format("woff");
}
@font-face {
font-family: 'Inter UI';
font-style: italic;
src: url("Inter-UI-Italic.woff2") format("woff2"),
url("Inter-UI-Italic.woff") format("woff");
}