Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Add OpenDyslexic font option and include fonts (#46)
Browse files Browse the repository at this point in the history
Fixes #53
Fixes #27
Co-authored-by: osfanbuff63 <[email protected]>
  • Loading branch information
tuxinal authored Jan 21, 2023
1 parent 1cb232b commit 59d45bb
Show file tree
Hide file tree
Showing 6 changed files with 105 additions and 160 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# fonts resources
vanilla_installer/fonts.py
Binary file added vanilla_installer/assets/Inter-Regular.otf
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions vanilla_installer/assets/fonts.qrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>Inter-Regular.otf</file>
<file>OpenDyslexic-Regular.otf</file>
</qresource>
</RCC>
Loading

0 comments on commit 59d45bb

Please sign in to comment.