mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_kiddo: fix typo in default font name
Because of a typo, the theme used "sans-serif" as font, thus with a random look according to OS and browser. opw-2559735 closes odoo/design-themes#268 Related: odoo/odoo#74294 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -181,7 +181,7 @@ $o-website-values-palettes: (
|
||||
'logo-height': 3rem,
|
||||
'fixed-logo-height': 3rem,
|
||||
'btn-border-radius': 2rem,
|
||||
'font': 'MontSerrat',
|
||||
'font': 'Montserrat',
|
||||
'headings-font': 'Bubblegum Sans',
|
||||
'navbar-font': 'Bubblegum Sans',
|
||||
'buttons-font': 'Bubblegum Sans',
|
||||
|
||||
Reference in New Issue
Block a user