[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:
qsm-odoo
2021-07-28 16:29:41 +00:00
parent d3a05c4ef5
commit 4ad56978a6
@@ -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',