Skip to content

Commit

Permalink
fonts: Add more Umlauts
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Sep 24, 2024
1 parent 9edae42 commit 3abc515
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Binary file modified css/fonts/Alegreya-Bold.woff2
Binary file not shown.
Binary file modified css/fonts/Alegreya-Italic.woff2
Binary file not shown.
Binary file modified css/fonts/Alegreya-Regular.woff2
Binary file not shown.
5 changes: 4 additions & 1 deletion scripts/compress-fonts.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
#
# Source: https://xeiaso.net/blog/iaso-fonts/
#
# Some Unicode symbols added.

pyftsubset \
$1 \
Expand All @@ -12,4 +14,5 @@ pyftsubset \
--unicodes="U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,\
U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,\
U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,\
U+FFFD,U+00E8,U+00E9,U+00F2,U+00F3"
U+FFFD,U+00E8,U+00E9,U+00F2,U+00F3,U+00E4,U+00C4,U+00D6,\
U+00DC,U+00F6,U+00FC"

0 comments on commit 3abc515

Please sign in to comment.