aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/sass/include/_fonts.scss
blob: e5a40af345af0e659cc61d34ec08eda78d4ec36b (plain) (tree)
1
2
3
4
5
6
7
8
9
            



                                 
                     
                                                                                           

 
            



                                 
                     

                                                                                            



                                                
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Roman.ttf.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 200 900;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
}

@mixin muted {
  color: pvar(--greyForegroundColor) !important;
}