Skip to content

Commit

Permalink
changing the font style
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelph committed Aug 16, 2024
1 parent 923a7eb commit 359fc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/sassline-base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ $gutterwidths: (
// Add weight and style details too.
// ! Set cap height to set to the baseline.
$bodytype: (
font-family: 'Georgia, serif',
font-family: 'Laila, serif',
regular: 400,
bold: 700,
italic: italic,
cap-height: 0.66
) !default;

$headingtype: (
font-family: 'Helvetica, sans-serif',
font-family: 'Laila, serif',
regular: 400,
bold: 700,
cap-height: 0.66
Expand Down

0 comments on commit 359fc52

Please sign in to comment.