mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing river feed header fonts.
This commit is contained in:
parent
74e7bfb2c9
commit
cd4a7b8693
4 changed files with 8 additions and 3 deletions
|
@ -687,7 +687,7 @@ def load_feed_page(request, feed_id):
|
|||
|
||||
if feed and feed.has_page and not feed.has_page_exception:
|
||||
if settings.BACKED_BY_AWS.get('pages_on_node'):
|
||||
url = "http://%s/original_page/%s" % (
|
||||
url = "https://%s/original_page/%s" % (
|
||||
settings.ORIGINAL_PAGE_SERVER,
|
||||
feed.pk,
|
||||
)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[program:celeryd_search_indexer]
|
||||
command=/srv/newsblur/manage.py celeryd --loglevel=INFO -Q search_indexer -c 6
|
||||
command=/srv/newsblur/manage.py celeryd --loglevel=INFO -Q search_indexer -c 12
|
||||
directory=/srv/newsblur
|
||||
user=sclay
|
||||
numprocs=1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[program:celeryd_search_indexer_tasker]
|
||||
command=/srv/newsblur/manage.py celeryd --loglevel=INFO -Q search_indexer_tasker -c 1
|
||||
command=/srv/newsblur/manage.py celeryd --loglevel=INFO -Q search_indexer_tasker -c 4
|
||||
directory=/srv/newsblur
|
||||
user=sclay
|
||||
numprocs=1
|
||||
|
|
|
@ -1997,12 +1997,14 @@ body {
|
|||
|
||||
.NB-theme-serif .NB-feed-story-content,
|
||||
.NB-theme-serif .NB-feed-story-comments,
|
||||
.NB-theme-serif .NB-feed-story-view-floater,
|
||||
.NB-theme-serif .NB-feed-story-header {
|
||||
font-family: "Palatino Linotype", "Palatino", "URW Palladio L", "Nimbus Roman No9 L", Georgia, serif;
|
||||
}
|
||||
|
||||
.NB-theme-gotham .NB-feed-story-content,
|
||||
.NB-theme-gotham .NB-feed-story-comments,
|
||||
.NB-theme-gotham .NB-feed-story-view-floater,
|
||||
.NB-theme-gotham .NB-feed-story-header {
|
||||
font-family: 'Gotham Narrow A', 'Gotham Narrow B';
|
||||
font-weight: 400;
|
||||
|
@ -2011,6 +2013,7 @@ body {
|
|||
|
||||
.NB-theme-sentinel .NB-feed-story-content,
|
||||
.NB-theme-sentinel .NB-feed-story-comments,
|
||||
.NB-theme-sentinel .NB-feed-story-view-floater,
|
||||
.NB-theme-sentinel .NB-feed-story-header {
|
||||
font-family: 'Sentinel A', 'Sentinel B';
|
||||
font-weight: 400;
|
||||
|
@ -2019,6 +2022,7 @@ body {
|
|||
|
||||
.NB-theme-whitney .NB-feed-story-content,
|
||||
.NB-theme-whitney .NB-feed-story-comments,
|
||||
.NB-theme-whitney .NB-feed-story-view-floater,
|
||||
.NB-theme-whitney .NB-feed-story-header {
|
||||
font-family: 'Whitney A', 'Whitney B';
|
||||
font-weight: 400;
|
||||
|
@ -2027,6 +2031,7 @@ body {
|
|||
|
||||
.NB-theme-chronicle .NB-feed-story-content,
|
||||
.NB-theme-chronicle .NB-feed-story-comments,
|
||||
.NB-theme-chronicle .NB-feed-story-view-floater,
|
||||
.NB-theme-chronicle .NB-feed-story-header {
|
||||
font-family: 'Chronicle Display A', 'Chronicle Display B';
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Add table
Reference in a new issue