mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-08 19:07:44 +08:00
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;
|
|
}
|