Skip to content

Commit

Permalink
Merge pull request #1135 from ZeLonewolf/ZeLonewolf-patch-1
Browse files Browse the repository at this point in the history
Move web-fonts github pages link to webfont.americanamap.org
  • Loading branch information
ZeLonewolf authored Jul 29, 2024
2 parents 0d51830 + fc88c5d commit 4e794d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fonts.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
@font-face {
font-family: "Noto Sans Condensed";
src: url("https://osm-americana.github.io/web-fonts/noto/NotoSans-CondensedMedium-PropNums.woff2")
src: url("https://webfont.americanamap.org/noto/NotoSans-CondensedMedium-PropNums.woff2")
format("woff2"),
url("https://osm-americana.github.io/web-fonts/noto/NotoSans-CondensedMedium-PropNums.woff")
url("https://webfont.americanamap.org/noto/NotoSans-CondensedMedium-PropNums.woff")
format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Noto Sans Armenian Condensed";
src: url("https://osm-americana.github.io/web-fonts/noto/NotoSansArmenian-CondensedMedium-PropNums.woff2")
src: url("https://webfont.americanamap.org/noto/NotoSansArmenian-CondensedMedium-PropNums.woff2")
format("woff2"),
url("https://osm-americana.github.io/web-fonts/noto/NotoSansArmenian-CondensedMedium-PropNums.woff")
url("https://webfont.americanamap.org/noto/NotoSansArmenian-CondensedMedium-PropNums.woff")
format("woff");
font-weight: 500;
font-style: normal;
Expand Down

0 comments on commit 4e794d0

Please sign in to comment.