diff options
author | 0 <0> | 2021-05-21 22:50:39 +0900 |
---|---|---|
committer | 0 <0> | 2021-05-21 22:50:39 +0900 |
commit | 32264925b9cc54b8b8b92fa40e0717095a1bb9d7 (patch) | |
tree | 640baf7342f30e5cfb6f39a5952a06a172bc75cd /Assets/Common/Fonts.qrc | |
parent | 5c0cca5b770cb30d547f3d7c56be9f46aa1a31b8 (diff) |
initial commit
Diffstat (limited to 'Assets/Common/Fonts.qrc')
-rw-r--r-- | Assets/Common/Fonts.qrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Assets/Common/Fonts.qrc b/Assets/Common/Fonts.qrc new file mode 100644 index 0000000..6426ffd --- /dev/null +++ b/Assets/Common/Fonts.qrc @@ -0,0 +1,6 @@ +<RCC>
+ <qresource prefix="/">
+ <file>Fonts/Inter-Bold.ttf</file>
+ <file>Fonts/Inter-Regular.ttf</file>
+ </qresource>
+</RCC>
|