diff --git a/extensions/odoo_theme/static/scss/_typography.scss b/extensions/odoo_theme/static/scss/_typography.scss index aebcce169..5cabb7d44 100644 --- a/extensions/odoo_theme/static/scss/_typography.scss +++ b/extensions/odoo_theme/static/scss/_typography.scss @@ -5,6 +5,7 @@ //------------------------------------------------------------------------------ // Fonts //------------------------------------------------------------------------------ +@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap'); @font-face { font-family: '#{$icomoon-font-family}'; diff --git a/extensions/odoo_theme/static/scss/_variables.scss b/extensions/odoo_theme/static/scss/_variables.scss index 798eb5869..37093a440 100644 --- a/extensions/odoo_theme/static/scss/_variables.scss +++ b/extensions/odoo_theme/static/scss/_variables.scss @@ -59,6 +59,7 @@ $color-epsilon-lightest : #FF8D63; // Typography // =============================================== +$font-family-serif: 'Roboto Slab', Georgia, "Times New Roman", Times, serif; $fw_extralight: 200; $fw_light: 300;