diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 15:37:20 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-12 15:37:20 +0200 |
commit | ef07b24ad3431496372d3cfd2884b0609b940e27 (patch) | |
tree | e8a23f15dabc3fd5e2d34c87619c698da478f2ef /res | |
parent | 8864cc5aee3b134b0ffc5f53c1593645f4109f8c (diff) |
New monospace font; flexible mono spacing
Iosevka replaces Fira Mono as the monospace font.
Emojis are now allowed to be wider than normal monospace glyphs. However, if whitespace permits, the original monospacing is restored.
IssueID #73
Diffstat (limited to 'res')
-rw-r--r-- | res/about/license.gmi | 3 | ||||
-rw-r--r-- | res/about/version.gmi | 5 | ||||
-rw-r--r-- | res/fonts/FiraMono-Regular.ttf | bin | 174632 -> 0 bytes | |||
-rw-r--r-- | res/fonts/IosevkaTerm-Extended.ttf | bin | 0 -> 1503504 bytes |
4 files changed, 5 insertions, 3 deletions
diff --git a/res/about/license.gmi b/res/about/license.gmi index 0ea0897a..d5ffe3c4 100644 --- a/res/about/license.gmi +++ b/res/about/license.gmi | |||
@@ -100,7 +100,8 @@ The libunistring library is covered by the GNU Lesser General Public License (LG | |||
100 | 100 | ||
101 | This application uses fonts licensed under the Open Font License. | 101 | This application uses fonts licensed under the Open Font License. |
102 | 102 | ||
103 | => https://github.com/mozilla/Fira/blob/master/LICENSE Fira Sans, Fira Mono | 103 | => https://github.com/mozilla/Fira/blob/master/LICENSE Fira Sans |
104 | => https://typeof.net/Iosevka/ Iosevka | ||
104 | => https://github.com/googlefonts/literata/blob/master/OFL.txt Literata | 105 | => https://github.com/googlefonts/literata/blob/master/OFL.txt Literata |
105 | => https://github.com/google/fonts/blob/master/ofl/nanumgothic/OFL.txt Nanum Gothic | 106 | => https://github.com/google/fonts/blob/master/ofl/nanumgothic/OFL.txt Nanum Gothic |
106 | => https://www.google.com/get/noto/help/cjk/ Noto Sans CJK JP | 107 | => https://www.google.com/get/noto/help/cjk/ Noto Sans CJK JP |
diff --git a/res/about/version.gmi b/res/about/version.gmi index 42475e13..1932baa1 100644 --- a/res/about/version.gmi +++ b/res/about/version.gmi | |||
@@ -8,9 +8,9 @@ | |||
8 | 8 | ||
9 | ## 0.13 | 9 | ## 0.13 |
10 | * Support for Internationalized Domain Names (IDN) in network requests. | 10 | * Support for Internationalized Domain Names (IDN) in network requests. |
11 | * IDNs show up in decoded form in the UI. | 11 | * UI shows decoded IDNs. |
12 | * Percent-encoded Unicode characters in URL paths are decoded for the UI, and encoded in outgoing requests. | 12 | * Percent-encoded Unicode characters in URL paths are decoded for the UI, and encoded in outgoing requests. |
13 | * Added option to disable decoding of percent-encoded paths. | 13 | * Added option to disable decoding of percent-encoded paths for the UI. |
14 | * Quick search via URL bar shows entries from subscribed feeds. | 14 | * Quick search via URL bar shows entries from subscribed feeds. |
15 | * Added keybindings for zooming. | 15 | * Added keybindings for zooming. |
16 | * Improved usability of page content searching (${CTRL+}F, Escape). | 16 | * Improved usability of page content searching (${CTRL+}F, Escape). |
@@ -19,6 +19,7 @@ | |||
19 | * Fixed handling of Unicode joiners and modifiers (by ignoring them, since we lack the glyphs). | 19 | * Fixed handling of Unicode joiners and modifiers (by ignoring them, since we lack the glyphs). |
20 | * Fixed a layout issue with sidebars where the bottommost content line was occasionally not visible. | 20 | * Fixed a layout issue with sidebars where the bottommost content line was occasionally not visible. |
21 | * Fixed exit when a hook program didn't read its input. | 21 | * Fixed exit when a hook program didn't read its input. |
22 | * Fixed use of variable-width fonts in input fields. | ||
22 | * Fixed crash when using an identity (with LibreSSL on OpenBSD). | 23 | * Fixed crash when using an identity (with LibreSSL on OpenBSD). |
23 | 24 | ||
24 | ## 0.12.1 | 25 | ## 0.12.1 |
diff --git a/res/fonts/FiraMono-Regular.ttf b/res/fonts/FiraMono-Regular.ttf deleted file mode 100644 index 59e1e1a1..00000000 --- a/res/fonts/FiraMono-Regular.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/res/fonts/IosevkaTerm-Extended.ttf b/res/fonts/IosevkaTerm-Extended.ttf new file mode 100644 index 00000000..16989a85 --- /dev/null +++ b/res/fonts/IosevkaTerm-Extended.ttf | |||
Binary files differ | |||