Fix the font the h1 headings in the projector (#6412)
This commit is contained in:
parent
b2d05af928
commit
2c1cc31e52
@ -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';
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user