Allow Titillium together with Arvo

This commit is contained in:
Marian Steinbach 2018-11-05 14:21:04 +01:00 committed by GitHub
parent 8ce8768465
commit 10b5db2ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ class Rater(AbstractRater):
continue
fonts = " ".join(self.check_results['load_in_browser'][url]['font_families'])
if 'arvo' in fonts:
if 'arvo' in fonts or 'titillium' in fonts:
urls_with_font += 1
if urls_with_font > 0 and urls_without_font == 0: