aboutsummaryrefslogtreecommitdiff
path: root/_scss/base/_fonts.scss
blob: ad6d38eefd1a5b7fcc154ce0994da6445407859b (plain) (blame)
1
2
3
4
5
6
7
8
9
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/fonts/open-sans/open-sans-regular.ttf') format('truetype'),
       url('/assets/fonts/open-sans/open-sans-regular.woff') format('woff'),
       url('/assets/fonts/open-sans/open-sans-regular.woff2') format('woff2');
}