From eb6574df7be18622dd21c977b40ded7f2b08addc Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Fri, 26 Feb 2021 17:38:58 +0100 Subject: [PATCH] [DESIGN] Added font for testing on h3 in main content --- extensions/odoo_theme/static/scss/_typography.scss | 1 + extensions/odoo_theme/static/scss/_variables.scss | 1 + 2 files changed, 2 insertions(+) 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;