diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-30 09:52:22 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-30 09:52:22 +0300 |
commit | cee1861b6f60ca42a2aa421dc6baf738e5fa1e30 (patch) | |
tree | 1e162a525c7ba704527db111ee5417f2980c16ef /res/tinos.fontpack | |
parent | f7274e8ae6884cb3a47a44308a5173635fc271b4 (diff) |
Removed hardcoded fonts from source repository
Font library is now maintained separately.
Diffstat (limited to 'res/tinos.fontpack')
-rw-r--r-- | res/tinos.fontpack/Tinos-Bold.ttf | bin | 431016 -> 0 bytes | |||
-rw-r--r-- | res/tinos.fontpack/Tinos-Italic.ttf | bin | 435536 -> 0 bytes | |||
-rw-r--r-- | res/tinos.fontpack/Tinos-Regular.ttf | bin | 454360 -> 0 bytes | |||
-rw-r--r-- | res/tinos.fontpack/fontpack.ini | 8 |
4 files changed, 0 insertions, 8 deletions
diff --git a/res/tinos.fontpack/Tinos-Bold.ttf b/res/tinos.fontpack/Tinos-Bold.ttf deleted file mode 100644 index 8b850691..00000000 --- a/res/tinos.fontpack/Tinos-Bold.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/res/tinos.fontpack/Tinos-Italic.ttf b/res/tinos.fontpack/Tinos-Italic.ttf deleted file mode 100644 index 54b1f4d5..00000000 --- a/res/tinos.fontpack/Tinos-Italic.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/res/tinos.fontpack/Tinos-Regular.ttf b/res/tinos.fontpack/Tinos-Regular.ttf deleted file mode 100644 index 823f7273..00000000 --- a/res/tinos.fontpack/Tinos-Regular.ttf +++ /dev/null | |||
Binary files differ | |||
diff --git a/res/tinos.fontpack/fontpack.ini b/res/tinos.fontpack/fontpack.ini deleted file mode 100644 index f7b61c9d..00000000 --- a/res/tinos.fontpack/fontpack.ini +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | version = 1 | ||
2 | |||
3 | [tinos] | ||
4 | name = "Tinos" | ||
5 | glyphscale = 0.850 | ||
6 | regular = "Tinos-Regular.ttf" | ||
7 | italic = "Tinos-Italic.ttf" | ||
8 | bold = "Tinos-Bold.ttf" | ||