Skip to content

Commit

Permalink
Make default Succinct font family override Colloquy default font fami…
Browse files Browse the repository at this point in the history
…ly of Times.
  • Loading branch information
JohnAlbin committed Dec 29, 2012
1 parent f29793f commit 040511e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Succinct.colloquyStyle/Contents/Resources/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
font-size: 81.25%;
line-height: 1.5em;
}
Expand Down
1 change: 1 addition & 0 deletions Succinct.colloquyStyle/Contents/Resources/sass/_base.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html {
font-family: $base-font-family;
font-size: (13px / $colloquy-default-font-size) * 100%;
line-height: 1.5em;
}
Expand Down

0 comments on commit 040511e

Please sign in to comment.