Fix the font the h1 headings in the projector (#6412)

This commit is contained in:
Magnus Schieder 2022-05-02 09:11:03 +02:00 committed by GitHub
parent b2d05af928
commit 2c1cc31e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ $font-weight-chyronname: 400;
/** Projector H1 Font */
$font-projectorH1: 'OSFont projectorH1';
$font-projectorH1-src: url('../fonts/fira-sans-latin-400.woff') format('woff');
$font-projectorH1-src: url('../fonts/fira-sans-latin-500.woff') format('woff');
/** Projector H2 Font */
$font-projectorH2: 'OSFont projectorH2';

View File

@ -569,7 +569,7 @@ def get_config_variables():
name="projector_h1",
default_value={
"display_name": "Projector h1",
"default": "assets/fonts/fira-sans-latin-400.woff",
"default": "assets/fonts/fira-sans-latin-500.woff",
"path": "",
},
input_type="static",