Remove interfont and use Open Sans + Poppins fonts instead. #1625
This commit is contained in:
@@ -16,6 +16,8 @@ theme:
|
||||
value: '{color.owncast.purple.500.value}'
|
||||
font-family:
|
||||
value: '{font.owncast.family.value}'
|
||||
header-font-family:
|
||||
value: '{font.owncast.header-family.value}'
|
||||
background:
|
||||
value: '{color.owncast.background.value}'
|
||||
comment: 'The main background color of the page.'
|
||||
|
||||
@@ -78,7 +78,11 @@ color:
|
||||
font:
|
||||
owncast:
|
||||
family:
|
||||
value: "'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||
value: "'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol', 'Noto Color Emoji'"
|
||||
header-family:
|
||||
value: "'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
|
||||
'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol', 'Noto Color Emoji'"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user