Skip to content

Commit

Permalink
UI|Default Style: Adjusted font styles for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 28, 2018
1 parent c7ea58a commit 6abf671
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -152,14 +152,14 @@ separator {
size $: gui.scale(self.size, 0.5)
}
font label inherits default {
condition: Version.OS == 'macx' or Version.OS == 'ios'
#condition: Version.OS == 'macx' or Version.OS == 'ios'
size $: gui.scale(self.size, 0.7)
transform: uppercase
}
font label inherits small {
condition: Version.OS != 'macx' and Version.OS != 'ios'
weight: bold
}
#font label inherits small {
# condition: Version.OS != 'macx' and Version.OS != 'ios'
# weight: bold
#}
font annotation inherits small {}
}

Expand Down

0 comments on commit 6abf671

Please sign in to comment.