Bundled the bold font version of Fontfabric Akrobat.

This commit is contained in:
Leon Styhre 2021-08-22 14:08:24 +02:00
parent 9d4deefdf4
commit 5580de74b1
3 changed files with 2 additions and 0 deletions

View file

@ -225,6 +225,7 @@ std::vector<std::string> getFallbackFontPaths()
// not really the correct location. (The application will crash if they are missing.)
ResourceManager::getInstance()->getResourcePath(":/fonts/Akrobat-Regular.ttf");
ResourceManager::getInstance()->getResourcePath(":/fonts/Akrobat-SemiBold.ttf");
ResourceManager::getInstance()->getResourcePath(":/fonts/Akrobat-Bold.ttf");
// Vera sans Unicode.
fontPaths.push_back(ResourceManager::getInstance()->getResourcePath(":/fonts/DejaVuSans.ttf"));

View file

@ -33,6 +33,7 @@ class TextCache;
#define FONT_PATH_LIGHT ":/fonts/Akrobat-Regular.ttf"
#define FONT_PATH_REGULAR ":/fonts/Akrobat-SemiBold.ttf"
#define FONT_PATH_BOLD ":/fonts/Akrobat-Bold.ttf"
enum Alignment {
ALIGN_LEFT,

Binary file not shown.