Skip to content

Commit

Permalink
Add Degular Semibold font file to CSS (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
shakao authored Nov 10, 2022
1 parent e2dda4c commit 8ff1315
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/_design-system.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
url("../fonts/Degular-Medium.woff") format("woff");
}

@font-face {
font-family: "Degular";
font-weight: 600;
font-style: normal;
src: url("../fonts/Degular-Semibold.woff2") format("woff2"),
url("../fonts/Degular-Semibold.woff") format("woff");
}

@font-face {
font-family: "Degular Display";
font-weight: normal;
Expand Down

0 comments on commit 8ff1315

Please sign in to comment.