Skip to content

Commit

Permalink
fix: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Feb 10, 2022
1 parent d776dbe commit cc9a012
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* fonts */
/* https://systemfontstack.com/ */
$system-stack-font: -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen-Sans, Ubuntu, Cantarell,
"Helvetica Neue", sans-serif;
$system-stack-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,
Cantarell, 'Helvetica Neue', sans-serif;
$main-font: #{$system-stack-font};
$second-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;

Expand Down

0 comments on commit cc9a012

Please sign in to comment.