accounts-frontend/src/components/ui/fonts.scss

6 lines
176 B
SCSS
Raw Normal View History

// TODO: should we host fonts from our side?
$font-family-title: 'Roboto Condensed', Arial, sans-serif;
$font-family-base: 'Roboto', Arial, sans-serif;
$font-wight-bold: 500;