Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 40fe3b5 commit 2c19e34
Showing 1 changed file with 0 additions and 16 deletions.
Expand Up @@ -78,14 +78,6 @@ group {
['italic', 50]: '#system-italic',
['italic', 75]: '#system-italic-bold'
})
#App.addFontMapping("SF UI Display", {
# ['regular', 25]: prefix + 'Display-Thin',
# ['regular', 50]: prefix + 'Display-Regular',
# ['regular', 75]: prefix + 'Display-Bold',
# ['italic', 25]: prefix + 'Text-LightItalic', # Only non-italic available.
# ['italic', 50]: prefix + 'Text-Italic',
# ['italic', 75]: prefix + 'Text-BoldItalic'
#})
App.addFontMapping("Apple Mono", {
['regular', 25]: 'Menlo-Regular',
['regular', 50]: 'Menlo-Regular',
Expand Down Expand Up @@ -118,14 +110,6 @@ font heading inherits title {
size $: gui.scale(default.size, 1.2)
}

# script {
# if Version.OS in ['macx', 'ios']
# # Use the larger variant.
# title.family = "SF UI Display"
# heading.family = "SF UI Display"
# end
# }

font small inherits default {
size $: gui.scale(self.size, 0.75)
}
Expand Down

0 comments on commit 2c19e34

Please sign in to comment.