Skip to content

Commit

Permalink
Add NotoSans font to Qt makefile includes
Browse files Browse the repository at this point in the history
Follow-up from PR dogecoin#2676.
  • Loading branch information
chromatic committed Feb 16, 2024
1 parent 2e71121 commit 1dccda4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,11 @@ RES_FONTS = \
qt/res/fonts/ComicNeue-Light-Oblique.ttf \
qt/res/fonts/ComicNeue-Light.ttf \
qt/res/fonts/ComicNeue-Regular-Oblique.ttf \
qt/res/fonts/ComicNeue-Regular.ttf
qt/res/fonts/ComicNeue-Regular.ttf \
qt/res/fonts/NotoSans-Bold.ttf \
qt/res/fonts/NotoSans-Light.ttf \
qt/res/fonts/NotoSans-Medium.ttf \
qt/res/fonts/NotoSans-Regular.ttf

BITCOIN_RC = qt/res/bitcoin-qt-res.rc

Expand Down

0 comments on commit 1dccda4

Please sign in to comment.