Skip to content

Commit

Permalink
Update font style for Default preset (Shopify#435)
Browse files Browse the repository at this point in the history
* Update font style for Default preset

* updated default in settings_schema
  • Loading branch information
ludoboludo authored Aug 19, 2021
1 parent 2643bab commit d3b44e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/settings_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"colors_outline_button_labels": "#121212",
"colors_background_1": "#FFFFFF",
"colors_background_2": "#F3F3F3",
"type_header_font": "lato_n3",
"type_body_font": "lato_n3",
"type_header_font": "assistant_n4",
"type_body_font": "assistant_n4",
"sections": {
"announcement-bar": {
"type": "announcement-bar",
Expand Down
4 changes: 2 additions & 2 deletions config/settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{
"type": "font_picker",
"id": "type_header_font",
"default": "lato_n3",
"default": "assistant_n4",
"label": "t:settings_schema.typography.settings.type_header_font.label",
"info": "t:settings_schema.typography.settings.type_header_font.info"
},
Expand All @@ -87,7 +87,7 @@
{
"type": "font_picker",
"id": "type_body_font",
"default": "lato_n3",
"default": "assistant_n4",
"label": "t:settings_schema.typography.settings.type_body_font.label",
"info": "t:settings_schema.typography.settings.type_body_font.info"
}
Expand Down

0 comments on commit d3b44e7

Please sign in to comment.