mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 19:05:32 -04:00
lint all of the things
stylelint, markdownlint, linkinator
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
font-style: $style;
|
||||
font-weight: $weight;
|
||||
font-display: $display;
|
||||
src: local('#{$src-local}'), local('#{$src-local-alt}'),
|
||||
url('#{$src}.woff2') format('woff2'),
|
||||
url('#{$src}.woff') format('woff');
|
||||
src: local("#{$src-local}"), local("#{$src-local-alt}"),
|
||||
url("#{$src}.woff2") format("woff2"),
|
||||
url("#{$src}.woff") format("woff");
|
||||
// url('#{$src}.ttf') format('truetype'),
|
||||
// url('#{$src}.eot') format('embedded-opentype');
|
||||
}
|
||||
|
Reference in New Issue
Block a user