mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
16 lines
302 B
SCSS
16 lines
302 B
SCSS
|
@font-face {
|
||
|
font-family: 'Inter';
|
||
|
src: url(../assets/fonts/Inter/Inter.ttf);
|
||
|
font-display: swap;
|
||
|
font-weight: 400;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Inter';
|
||
|
src: url(../assets/fonts/Inter/Inter-Bold.ttf);
|
||
|
font-display: swap;
|
||
|
font-weight: 600;
|
||
|
font-style: normal;
|
||
|
}
|