mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-04-16 07:40:18 +00:00
feat: Geo Sans Light font
from https://www.dafont.com/geo-sans-light.font
This commit is contained in:
parent
6b28de247e
commit
dc795f739e
4
index.py
4
index.py
@ -6,7 +6,7 @@ from pathlib import Path
|
||||
|
||||
from arcaea_offline.database import Database
|
||||
from PySide6.QtCore import QCoreApplication, QLocale
|
||||
from PySide6.QtGui import QIcon
|
||||
from PySide6.QtGui import QFontDatabase, QIcon
|
||||
from PySide6.QtWidgets import QApplication, QDialog, QMessageBox
|
||||
|
||||
import ui.resources.resources_rc
|
||||
@ -51,6 +51,8 @@ if __name__ == "__main__":
|
||||
)
|
||||
changeAppLanguage(locale)
|
||||
|
||||
QFontDatabase.addApplicationFont(":/fonts/GeosansLight.ttf")
|
||||
|
||||
databaseChecker = DatabaseChecker()
|
||||
databaseChecker.setWindowIcon(QIcon(":/images/icon.png"))
|
||||
databaseCheckResult = databaseChecker.confirmDb()
|
||||
|
BIN
ui/resources/fonts/GeosansLight.ttf
Normal file
BIN
ui/resources/fonts/GeosansLight.ttf
Normal file
Binary file not shown.
@ -6,6 +6,8 @@
|
||||
|
||||
<file>partnerModifiers.json</file>
|
||||
|
||||
<file>fonts/GeosansLight.ttf</file>
|
||||
|
||||
<file>images/icon.png</file>
|
||||
<file>images/logo.png</file>
|
||||
<file>images/jacket-placeholder.png</file>
|
||||
|
Loading…
x
Reference in New Issue
Block a user