Skip to content

Commit cc9a012

Browse files
committed
fix: stylelint
1 parent d776dbe commit cc9a012

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/styles/_variables.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/* fonts */
22
/* https://systemfontstack.com/ */
3-
$system-stack-font: -apple-system, BlinkMacSystemFont, "Segoe UI",
4-
Roboto, Oxygen-Sans, Ubuntu, Cantarell,
5-
"Helvetica Neue", sans-serif;
3+
$system-stack-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
4+
Cantarell, 'Helvetica Neue', sans-serif;
65
$main-font: #{$system-stack-font};
76
$second-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
87

0 commit comments

Comments
 (0)