Fix stylelint issues
This commit is contained in:
parent
aef50ae864
commit
8ec7307bbe
3 changed files with 12 additions and 9 deletions
14
resources/assets/sass/styles.scss
vendored
14
resources/assets/sass/styles.scss
vendored
|
@ -2,9 +2,17 @@
|
|||
|
||||
body {
|
||||
// from smashingmagazine.com/2015/11/using-system-ui-fonts-practical-guide
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
|
||||
"Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
font-family:
|
||||
-apple-system,
|
||||
BlinkMacSystemFont,
|
||||
"Segoe UI",
|
||||
"Roboto",
|
||||
"Oxygen",
|
||||
"Ubuntu",
|
||||
"Cantarell",
|
||||
"Fira Sans",
|
||||
"Droid Sans",
|
||||
"Helvetica Neue",
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue