Skip to content

Commit 8413a2b

Browse files
committed
feat: update the Ubuntu fonts
Re-download fonts `Ubuntu` and `Ubuntu Mono` from the Google Fonts website go the most recent versions. fixes #313
1 parent de2c2eb commit 8413a2b

33 files changed

+8
-8
lines changed
Binary file not shown.
-36 Bytes
Binary file not shown.
Binary file not shown.
-28 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-48 Bytes
Binary file not shown.
Binary file not shown.
-36 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/keybr-themes/generate.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ def main():
157157
generate("spectral", "fonts/Spectral/Spectral-Italic.ttf", merge_file="Whitespace-em1000.ttf")
158158
generate("spectral", "fonts/Spectral/Spectral-Bold.ttf", merge_file="Whitespace-em1000.ttf")
159159
generate("spectral", "fonts/Spectral/Spectral-BoldItalic.ttf", merge_file="Whitespace-em1000.ttf")
160-
generate("ubuntu", "fonts/Ubuntu/Ubuntu-R.ttf", merge_file="Whitespace-em1000.ttf")
161-
generate("ubuntu", "fonts/Ubuntu/Ubuntu-RI.ttf", merge_file="Whitespace-em1000.ttf")
162-
generate("ubuntu", "fonts/Ubuntu/Ubuntu-B.ttf", merge_file="Whitespace-em1000.ttf")
163-
generate("ubuntu", "fonts/Ubuntu/Ubuntu-BI.ttf", merge_file="Whitespace-em1000.ttf")
164-
generate("ubuntu-mono", "fonts/Ubuntu/UbuntuMono-R.ttf", merge_file="Whitespace-em1000.ttf")
165-
generate("ubuntu-mono", "fonts/Ubuntu/UbuntuMono-RI.ttf", merge_file="Whitespace-em1000.ttf")
166-
generate("ubuntu-mono", "fonts/Ubuntu/UbuntuMono-B.ttf", merge_file="Whitespace-em1000.ttf")
167-
generate("ubuntu-mono", "fonts/Ubuntu/UbuntuMono-BI.ttf", merge_file="Whitespace-em1000.ttf")
160+
generate("ubuntu", "fonts/Ubuntu/Ubuntu-Regular.ttf", merge_file="Whitespace-em1000.ttf")
161+
generate("ubuntu", "fonts/Ubuntu/Ubuntu-Italic.ttf", merge_file="Whitespace-em1000.ttf")
162+
generate("ubuntu", "fonts/Ubuntu/Ubuntu-Bold.ttf", merge_file="Whitespace-em1000.ttf")
163+
generate("ubuntu", "fonts/Ubuntu/Ubuntu-BoldItalic.ttf", merge_file="Whitespace-em1000.ttf")
164+
generate("ubuntu-mono", "fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf", merge_file="Whitespace-em1000.ttf")
165+
generate("ubuntu-mono", "fonts/Ubuntu_Mono/UbuntuMono-Italic.ttf", merge_file="Whitespace-em1000.ttf")
166+
generate("ubuntu-mono", "fonts/Ubuntu_Mono/UbuntuMono-Bold.ttf", merge_file="Whitespace-em1000.ttf")
167+
generate("ubuntu-mono", "fonts/Ubuntu_Mono/UbuntuMono-BoldItalic.ttf", merge_file="Whitespace-em1000.ttf")
168168

169169

170170
if __name__ == "__main__":

0 commit comments

Comments
 (0)