Skip to content

Commit

Permalink
Removed newline from variablefont
Browse files Browse the repository at this point in the history
  • Loading branch information
raikasdev committed Sep 25, 2023
1 parent ed6597f commit ba50434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sass/helpers/_variablefont.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
font-style: $style;
font-weight: $weight;
// IE support (WOFF) is unnecessary as it doesn't support variable fonts.
src: url('#{$src}.woff2') format('woff2-variations'),
url('#{$src}.ttf') format('truetype-variations');
src: url('#{$src}.woff2') format('woff2-variations'), url('#{$src}.ttf') format('truetype-variations');
}
}

0 comments on commit ba50434

Please sign in to comment.