nginxconfig.io/resources/scss/_typography.scss

7 lines
139 B
SCSS
Raw Normal View History

2018-07-01 13:07:38 +00:00
@import 'https://fonts.googleapis.com/css?family=Quicksand:400,700';
body {
font-family: 'Quicksand', sans-serif;
font-display: swap;
}