InvokeAI/frontend/src/styles/_Fonts.scss

16 lines
302 B
SCSS
Raw Normal View History

@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;
}