mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Moving bakc to Verdana for Windows font. Ugh, this has to be fixed somehow.
This commit is contained in:
parent
62597c61e8
commit
3a0413bd12
2 changed files with 4 additions and 2 deletions
|
@ -51,7 +51,7 @@ a img {
|
|||
/* ==================== */
|
||||
|
||||
body {
|
||||
font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, sans-serif;
|
||||
font-family: "Lucida Sans", "Lucida Grande", Verdana, "Helvetica Neue", Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.NB-theme-sans-serif-alt1 #story_pane {
|
||||
|
|
|
@ -4610,7 +4610,9 @@
|
|||
$module.removeClass('NB-loading');
|
||||
$module.replaceWith(resp);
|
||||
self.load_javascript_elements_on_page();
|
||||
}, $.noop);
|
||||
}, function() {
|
||||
$module.removeClass('NB-loading');
|
||||
});
|
||||
},
|
||||
|
||||
// ===================
|
||||
|
|
Loading…
Add table
Reference in a new issue