Remove interfont and use Open Sans + Poppins fonts instead. #1625

This commit is contained in:
Gabe Kangas
2022-06-24 16:27:45 -07:00
parent 5d65b4b3b1
commit b7df2949e4
8 changed files with 46 additions and 12 deletions

View File

@@ -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.'

View File

@@ -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'"