mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Closing #66 with both integration of #68 and using the same fonts. Users can add an optional class if they want these other convenient fonts. Also using a few fonts as backups for non-Mac users.
This commit is contained in:
parent
e0b8c5c7aa
commit
1117997c86
1 changed files with 9 additions and 9 deletions
|
@ -50,24 +50,24 @@ a img {
|
|||
/* = Styling & Themes = */
|
||||
/* ==================== */
|
||||
|
||||
body, body.NB-theme-sans-serif #story_pane {
|
||||
body {
|
||||
font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.NB-theme-sans-serif-alt1 #story_pane {
|
||||
font-family: "Helvetica Neue", "Helvetica", sans-serif;
|
||||
}
|
||||
|
||||
body.NB-theme-sans-serif-alt1 #story_pane {
|
||||
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
|
||||
}
|
||||
|
||||
bodu.NB-theme-sans-serif-alt2 #story_pane {
|
||||
.NB-theme-sans-serif-alt2 #story_pane {
|
||||
font-family: "Open Sans", "Liberation Sans", sans-serif;
|
||||
}
|
||||
|
||||
body.NB-theme-sans-serif-wide #story_pane {
|
||||
.NB-theme-sans-serif-wide #story_pane {
|
||||
font-family: "DejaVu Sans", "Bitstream Vera Sans", "Verdana", "Tahoma", "Geneva", sans-serif;
|
||||
}
|
||||
|
||||
body.NB-theme-serif #story_pane .NB-feed-story-content {
|
||||
font-family: "Perpetua", "Baskerville", "Big Caslon", "Palatino Linotype", "Palatino", "URW Palladio L", "Nimbus Roman No9 L", serif;
|
||||
.NB-theme-serif #story_pane .NB-feed-story-content {
|
||||
font-family: "Palatino Linotype", "Palatino", "URW Palladio L", "Nimbus Roman No9 L", Georgia, serif;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue