Fonts served via server
Build LinkLog Development Image / development-image (push) Successful in 22s
Build LinkLog Development Image / development-image (push) Successful in 22s
This commit is contained in:
@@ -841,6 +841,9 @@ def test_public_and_admin_pages_render_html():
|
||||
assert 'edit-tag-options' in feed_script
|
||||
assert 'new_tags' in feed_script
|
||||
assert 'A link can have at most 10 tags.' in feed_script
|
||||
style_sheet = client.get('/static/style.css').text
|
||||
assert "@import url('/static/fonts/fonts.css');" in style_sheet
|
||||
assert 'fonts.googleapis.com' not in style_sheet
|
||||
|
||||
|
||||
def test_link_submission_posts_to_enabled_mastodon_plugin():
|
||||
|
||||
Reference in New Issue
Block a user