Skip to content

Commit

Permalink
fix indent in _font.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 27, 2023
1 parent b329416 commit 0ab7912
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions resources/sass/config/_font.scss
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
@use 'sprucecss/scss/spruce' as *;

@include font-face(
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-regular.woff2'
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-regular.woff2'
);

@include font-face(
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-500.woff2',
500
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-500.woff2',
500
);

@include font-face(
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-600.woff2',
600
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-600.woff2',
600
);

@include font-face(
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-800.woff2',
700
'Manrope',
'/vendor/root/fonts/manrope-v14-latin-800.woff2',
700
);

@include font-face(
'Open Sans',
'/vendor/root/fonts/open-sans-v35-latin-regular.woff2'
'Open Sans',
'/vendor/root/fonts/open-sans-v35-latin-regular.woff2'
);

@include font-face(
'Open Sans',
'/vendor/root/fonts/open-sans-v35-latin-700.woff2',
700
'Open Sans',
'/vendor/root/fonts/open-sans-v35-latin-700.woff2',
700
);

0 comments on commit 0ab7912

Please sign in to comment.