Skip to content

Commit

Permalink
[IMP] theme_beauty, *: rename the font "Muli" to "Mulish"
Browse files Browse the repository at this point in the history
* theme_bookstore, theme_clean, theme_enark, theme_kiddo,
  theme_loftspace, theme_odoo_experts, theme_orchid

This commit will rename the font "Muli" to "Mulish" as it has been
renamed in Google Fonts.

Closes odoo#574

Courtesy of Kaushalya Mandaliya <kma@odoo.com>

closes odoo#634

Related: odoo/odoo#114810
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
  • Loading branch information
rdeodoo committed Mar 10, 2023
1 parent 2d7c8ba commit 7afe3a3
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions theme_beauty/static/src/scss/primary_variables.scss
Expand Up @@ -42,9 +42,9 @@ $o-theme-font-configs: (
'family': ('Questrial', sans-serif),
'url': 'Questrial:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
'DM Serif Display': (
'family': ('DM Serif Display', serif),
Expand Down
6 changes: 3 additions & 3 deletions theme_bookstore/static/src/scss/primary_variables.scss
Expand Up @@ -42,9 +42,9 @@ $o-theme-font-configs: (
'family': ('Questrial', sans-serif),
'url': 'Questrial:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
'Cormorant': (
'family': ('Cormorant', serif),
Expand Down
6 changes: 3 additions & 3 deletions theme_clean/static/src/scss/primary_variables.scss
Expand Up @@ -150,9 +150,9 @@ $o-theme-font-configs: (
'family': ('Abel', sans-serif),
'url': 'Abel:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
'Libre Baskerville': (
'family': ('Libre Baskerville', serif),
Expand Down
6 changes: 3 additions & 3 deletions theme_enark/static/src/scss/primary_variables.scss
Expand Up @@ -98,9 +98,9 @@ $o-theme-font-configs: (
'family': ('Maven Pro', sans-serif),
'url': 'Maven+Pro:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
'Abel': (
'family': ('Abel', sans-serif),
Expand Down
6 changes: 3 additions & 3 deletions theme_kiddo/static/src/scss/primary_variables.scss
Expand Up @@ -106,9 +106,9 @@ $o-theme-font-configs: (
'family': ('Advent Pro', sans-serif),
'url': 'Advent+Pro:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
'Noto Sans': (
'family': ('Noto Sans', sans-serif),
Expand Down
6 changes: 3 additions & 3 deletions theme_loftspace/static/src/scss/primary_variables.scss
Expand Up @@ -112,9 +112,9 @@ $o-theme-font-configs: (
'family': ('Questrial', sans-serif),
'url': 'Questrial:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
);

Expand Down
6 changes: 3 additions & 3 deletions theme_odoo_experts/static/src/scss/primary_variables.scss
Expand Up @@ -44,9 +44,9 @@ $o-theme-font-configs: (
'family': ('Questrial', sans-serif),
'url': 'Questrial:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
'Anton': (
'family': ('Anton', sans-serif),
Expand Down
6 changes: 3 additions & 3 deletions theme_orchid/static/src/scss/primary_variables.scss
Expand Up @@ -44,9 +44,9 @@ $o-theme-font-configs: (
'family': ('Questrial', sans-serif),
'url': 'Questrial:300,300i,400,400i,700,700i',
),
'Muli': (
'family': ('Muli', sans-serif),
'url': 'Muli:300,300i,400,400i,700,700i',
'Mulish': (
'family': ('Mulish', sans-serif),
'url': 'Mulish:300,300i,400,400i,700,700i',
),
'Cormorant Garamond': (
'family': ('Cormorant Garamond', serif),
Expand Down

0 comments on commit 7afe3a3

Please sign in to comment.