mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Fixed Crimson Pro font on some buttons in Apps; replaced it with Inter
This commit is contained in:
parent
5f96b66f5f
commit
d04c6ebc12
1 changed files with 12 additions and 2 deletions
14
apps.ui
14
apps.ui
|
@ -113,6 +113,11 @@ Back
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QPushButton" name="calendarLaunchBtn">
|
<widget class="QPushButton" name="calendarLaunchBtn">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Inter</family>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Launch</string>
|
<string>Launch</string>
|
||||||
</property>
|
</property>
|
||||||
|
@ -122,7 +127,7 @@ Back
|
||||||
<widget class="QPushButton" name="scribbleLaunchBtn">
|
<widget class="QPushButton" name="scribbleLaunchBtn">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Ubuntu</family>
|
<family>Inter</family>
|
||||||
<italic>false</italic>
|
<italic>false</italic>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
@ -148,7 +153,7 @@ Back
|
||||||
<widget class="QPushButton" name="lightmapsLaunchBtn">
|
<widget class="QPushButton" name="lightmapsLaunchBtn">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<family>Ubuntu</family>
|
<family>Inter</family>
|
||||||
<italic>false</italic>
|
<italic>false</italic>
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
|
@ -172,6 +177,11 @@ Back
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
<item row="3" column="1">
|
||||||
<widget class="QPushButton" name="savedWordsLaunchBtn">
|
<widget class="QPushButton" name="savedWordsLaunchBtn">
|
||||||
|
<property name="font">
|
||||||
|
<font>
|
||||||
|
<family>Inter</family>
|
||||||
|
</font>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Launch</string>
|
<string>Launch</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in a new issue