7 lines
139 B
SCSS
7 lines
139 B
SCSS
![]() |
@import 'https://fonts.googleapis.com/css?family=Quicksand:400,700';
|
||
|
|
||
|
body {
|
||
|
font-family: 'Quicksand', sans-serif;
|
||
|
font-display: swap;
|
||
|
}
|