InvokeAI/frontend/src/styles/_Fonts.scss
blessedcoolant b8e4c13746 Add New WebUI and Desktop Mode
Co-Authored-By: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
2022-10-03 23:28:53 -04:00

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