Skip to content

Commit

Permalink
Default Style: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 8, 2014
1 parent 296d066 commit 21fd26c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -63,14 +63,14 @@ group {

font default {
family: Helvetica Neue
size $: gui.scale(16pt, DisplayMode.DPI_FACTOR)
size $: gui.scale('16pt', DisplayMode.DPI_FACTOR)
weight: normal
style: normal
}

font monospace inherits default {
family: Menlo
size $: gui.scale(13pt, DisplayMode.DPI_FACTOR)
size $: gui.scale('13pt', DisplayMode.DPI_FACTOR)
}
}

Expand Down

0 comments on commit 21fd26c

Please sign in to comment.