We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d776dbe commit cc9a012Copy full SHA for cc9a012
1 file changed
src/styles/_variables.scss
@@ -1,8 +1,7 @@
1
/* fonts */
2
/* https://systemfontstack.com/ */
3
-$system-stack-font: -apple-system, BlinkMacSystemFont, "Segoe UI",
4
- Roboto, Oxygen-Sans, Ubuntu, Cantarell,
5
- "Helvetica Neue", sans-serif;
+$system-stack-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
+ Cantarell, 'Helvetica Neue', sans-serif;
6
$main-font: #{$system-stack-font};
7
$second-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
8
0 commit comments