18 lines
No EOL
470 B
CSS
18 lines
No EOL
470 B
CSS
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: local("Inter Regular"),
|
|
url("Inter-Regular.woff2") format("woff2"),
|
|
url("Inter-Regular.woff") format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
font-style: normal;
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
src: local("Inter Extra Bold"),
|
|
url("Inter-ExtraBold.woff2") format("woff2"),
|
|
url("Inter-ExtraBold.woff") format("woff");
|
|
} |