Skip to content

Commit

Permalink
💄 [S/Applications + S/C/Celeste] Replace most text with Ubuntu font
Browse files Browse the repository at this point in the history
  • Loading branch information
alicerunsonfedora committed Feb 20, 2021
1 parent 4ea27a1 commit 36d2c60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@

style ASAppManager_label is gui_label
style ASAppManager_label_text is ASInterface_text:
font get_font("Interface", variant="Bold")
font get_font("Ubuntu", variant="Bold")
size 28

style ASAppManager_AppName_text is ASInterface_text:
font get_font("Interface", variant="Bold")
font get_font("Ubuntu", variant="Bold")
size 16

style ASAppManager_text is ASInterface_text:
font get_font("Ubuntu")
size 14

style ASAppManager_button is gui_button:
Expand All @@ -29,7 +30,7 @@ style ASAppManager_DetailedAppAuthor_text is ASAppManager_text:
size 20

style ASAppManager_DetailedEmphasis_text is ASAppManager_text:
font get_font("Interface", variant="Bold")
font get_font("Ubuntu", variant="Bold")

style ASAppManager_viewport is ASInterfaceScrollbar:
xsize 300
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ screen GlossaryView(glossary):

style glossary_label is help_label
style glossary_label_text is help_label_text:
font get_font("Ubuntu", variant="Bold")
size 16
style glossary_text is help_text:
font get_font("Ubuntu", variant="Light")
size 16
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ screen ASInventoryManagerView(currentItem=None):

style ASInventories_label is gui_label
style ASInventories_label_text is ASInterface_text:
font get_font("Interface", variant="Bold")
font get_font("Ubuntu", variant="Bold")
size 32

style ASInventories_viewport is ASInterfaceScrollbar:
Expand All @@ -137,4 +137,5 @@ style ASInventoriesItemName is ASInventories_label
style ASInventoriesItemName_text is ASInventories_label_text:
size 20

style ASInventories_text is ASInterface_text
style ASInventories_text is ASInterface_text:
font get_font("Ubuntu")
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ style CelesteSettings_vbox is ASInterface_vbox

style CelesteSettings_label is ASInterface_label
style CelesteSettings_label_text is ASInterface_label_text:
font get_font("Interface", variant="Bold")
font get_font("Ubuntu", variant="Bold")

style CelesteSettings_text is ASInterface_text:
size 14

style CelesteSettings_panel_label is ASInterface_label
style CelesteSettings_panel_label_text is ASInterface_label_text:
font get_font("Interface", variant="Medium")
font get_font("Ubuntu", variant="Medium")
size 18


Expand Down

0 comments on commit 36d2c60

Please sign in to comment.