diff --git a/core/assets/notosans-regular.subset.ttf.gz b/core/assets/notosans-regular.subset.ttf.gz index e5a3cd2e5833..ab967c9548f3 100644 Binary files a/core/assets/notosans-regular.subset.ttf.gz and b/core/assets/notosans-regular.subset.ttf.gz differ diff --git a/core/assets/unicodes-file.txt b/core/assets/unicodes-file.txt index 3663bceefb54..00f02aa511cc 100644 --- a/core/assets/unicodes-file.txt +++ b/core/assets/unicodes-file.txt @@ -5,10 +5,12 @@ 0100-017F, # Latin Extended-A 0180-024F, # Latin Extended-B 02B0-02FF, # Spacing Modifier Letters +0370-03FF, # Greek and Coptic +0400-04FF, # Cyrillic 2000-206F, # General Punctuation 2070-209F, # Superscripts and Subscripts 20A0-20CF, # Currency Symbols 2100-214F, # Letterlike Symbols 2150-218F, # Number Forms 2200-22FF, # Mathematical Operators -# Compress with `cat NotoSans-Regular.subset.ttf | gzip --no-name | tail --bytes=+11 | head --bytes=-8 > notosans-regular.subset.ttf.gz` \ No newline at end of file +# Compress with `cat NotoSans-Regular.subset.ttf | gzip --best --no-name | tail --bytes=+11 | head --bytes=-8 > notosans-regular.subset.ttf.gz`