Files
bot-whatsapp/packages/docs/src/assets/styles/fonts.css
Leifer Mendez a6f4aa8d1e fix(cli): updated
2022-12-29 17:31:43 +01:00

50 lines
1.2 KiB
CSS

@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: block;
font-style: normal;
font-named-instance: 'Regular';
src: url('../fonts/Inter-roman-latin.var.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: block;
font-style: italic;
font-named-instance: 'Italic';
src: url('../fonts/Inter-italic-latin.var.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Fira Code VF';
font-weight: 300 700;
font-style: normal;
src: url('../fonts/FiraCode-VF.woff2') format('woff2-variations'),
url('../fonts/FiraCode-VF.woff') format('woff-variations');
font-display: swap;
}
.font-mono {
font-variant-ligatures: none;
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
font-display: swap;
}
@font-face {
font-family: 'Ubuntu Mono';
font-weight: 700;
font-style: normal;
src: url('../fonts/Ubuntu-Mono-bold.woff2') format('woff2');
font-display: swap;
}