Skip to content

Commit

Permalink
Update _settings.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Cybcrime authored Dec 23, 2023
1 parent 4bfd0e2 commit 53b188c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $white: #ffffff !default;

@font-face {
font-family: 'Karla';
font-style: bold;
font-style: normal;
font-weight: 700;
src: url(/assets/fonts/Karla/Karla-Regular.woff2) format('woff2'),
}
Expand All @@ -29,7 +29,7 @@ $white: #ffffff !default;

@font-face {
font-family: 'Karla';
font-style: bold;
font-style: italic;
font-weight: 700;
src: url(/assets/fonts/Karla/Karla-Italic.woff2) format('woff2'),
}
Expand All @@ -54,8 +54,8 @@ $bodytype: (
$headingtype: (
font-family: 'Karla, monospace',
font-size: 16px,
regular: 400,
bold: 700,
regular: 700,
normal: 700,
cap-height: 0.75
) !default;

Expand Down

0 comments on commit 53b188c

Please sign in to comment.