Skip to content

Commit

Permalink
Update font location
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobxperez committed Oct 24, 2023
1 parent c203a00 commit cde8088
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 66 deletions.
2 changes: 1 addition & 1 deletion docs/index.eb7ab67b.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/css/core/fonts/atkinson-hyperlegible.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
font-family: "Atkinson Hyperlegible Pro";
src:
local("Atkinson Hyperlegible Pro"),
url("/src/fonts/atkinson-hyperlegible/AtkinsonHyperPro-Regular.woff2")
url("/src/fonts/atkinson-hyperlegible-pro/AtkinsonHyperPro-Regular.woff2")
format("woff2");
font-weight: 400;
font-style: normal;
Expand All @@ -12,7 +12,7 @@
font-family: "Atkinson Hyperlegible Pro";
src:
local("Atkinson Hyperlegible Pro"),
url("/src/fonts/atkinson-hyperlegible/AtkinsonHyperPro-Italic.woff2")
url("/src/fonts/atkinson-hyperlegible-pro/AtkinsonHyperPro-Italic.woff2")
format("woff2");
font-weight: 400;
font-style: italic;
Expand All @@ -22,7 +22,7 @@
font-family: "Atkinson Hyperlegible Pro";
src:
local("Atkinson Hyperlegible Pro"),
url("/src/fonts/atkinson-hyperlegible/AtkinsonHyperPro-Bold.woff2")
url("/src/fonts/atkinson-hyperlegible-pro/AtkinsonHyperPro-Bold.woff2")
format("woff2");
font-weight: 700;
font-style: normal;
Expand All @@ -32,7 +32,7 @@
font-family: "Atkinson Hyperlegible Pro";
src:
local("Atkinson Hyperlegible Pro"),
url("/src/fonts/atkinson-hyperlegible/AtkinsonHyperPro-BoldItalic.woff2")
url("/src/fonts/atkinson-hyperlegible-pro/AtkinsonHyperPro-BoldItalic.woff2")
format("woff2");
font-weight: 700;
font-style: italic;
Expand Down
File renamed without changes.
61 changes: 0 additions & 61 deletions src/fonts/atkinson-hyperlegible/README.md

This file was deleted.

0 comments on commit cde8088

Please sign in to comment.