Skip to content

Commit

Permalink
New fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
efsalvarenga committed Nov 4, 2024
1 parent 23f8142 commit 836cbbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Estonia&family=Special+Elite&family=UnifrakturMaguntia&display=swap');

body{
font-family: 'Special Elite', serif;
font-family: 'Averia Libre', serif;
font-weight: 400;
}

h1, h2, h3, h4 {
font-family: "UnifrakturMaguntia";
font-weight: 400;
font-family: "Special Elite";
font-weight: 700;
font-style: normal;
}

Expand Down

0 comments on commit 836cbbc

Please sign in to comment.