Skip to content

Commit

Permalink
Merge pull request #121 from jcabak/main
Browse files Browse the repository at this point in the history
Performance improvement
  • Loading branch information
plehegar authored Sep 3, 2024
2 parents dcfc29d + 73dfe09 commit 53f0db2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
url("../fonts/titilliumweb-extralight-webfont.ttf") format("truetype");
font-weight: 200;
font-style: normal;
font-display: swap;
}

/* Light & light italic, used as regular */
Expand All @@ -21,6 +22,7 @@
url("../fonts/titilliumweb-light-webfont.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Titillium";
Expand All @@ -31,6 +33,7 @@
url("../fonts/titilliumweb-lightitalic-webfont.ttf") format("truetype");
font-weight: normal;
font-style: italic;
font-display: swap;
}

/* Semibold & semibold italic, used as bold */
Expand All @@ -43,6 +46,7 @@
url("../fonts/titilliumweb-semibold-webfont.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Titillium";
Expand All @@ -53,4 +57,5 @@
url("../fonts/titilliumweb-semibolditalic-webfont.ttf") format("truetype");
font-weight: bold;
font-style: italic;
font-display: swap;
}

0 comments on commit 53f0db2

Please sign in to comment.