Chatwoot/app/javascript/shared/assets/fonts/widget_fonts.scss
Pranav Raj S 4a9e665f94
chore: Use font subsetting for Inter (#1553)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
2020-12-27 20:24:04 +05:30

17 lines
489 B
SCSS

@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('~shared/assets/fonts/Inter-Regular.woff2') format('woff2'),
url('~shared/assets/fonts/Inter-Regular.woff') format('woff');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('~shared/assets/fonts/Inter-Medium.woff2') format('woff2'),
url('~shared/assets/fonts/Inter-Medium.woff') format('woff');
}