Skip to content
Snippets Groups Projects
_typography.scss 356 B
Newer Older
  • Learn to ignore specific revisions
  • $font-size-tiny: 12px;
    $font-size-small: 14px;
    $font-size-base: 16px;
    $font-size-medium: 18px;
    $font-size-large: 20px;
    $font-size-x-large: 54px;
    $font-size-xx-large: 40px;
    $font-size-xxx-large: 54px;
    $font-size-xxxx-large: 80px;
    
    
    // Base font size
    $base-font-size: $font-size-base;
    
    // Font weights
    $regular: 400;
    $semibold: 600;
    $bold: 700;