Skip to content

Commit

Permalink
Merge pull request #114 from Voog/113_b_strong_fontweight
Browse files Browse the repository at this point in the history
Headings font-weight
  • Loading branch information
Kaspar Naaber authored Apr 5, 2017
2 parents d59a976 + 021f204 commit d1788a3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion components/template-cs-headings.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"icon": "bold",
"scope": "global"
*/
--headings-subheading-font-weight: 300;
--headings-subheading-font-weight: 400;
/* VoogStyle
"pathI18n": ["headings", "subheading"],
"titleI18n": "font_style",
Expand Down
60 changes: 30 additions & 30 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
{
"content_type": "page",
"component": false,
"file": "layouts/common_page.tpl",
"layout_name": "page_default",
"title": "Common page"
"file": "layouts/front_page.tpl",
"layout_name": "page_front",
"title": "Front page"
},
{
"content_type": "page",
"component": false,
"file": "layouts/front_page.tpl",
"layout_name": "page_front",
"title": "Front page"
"file": "layouts/common_page.tpl",
"layout_name": "page_default",
"title": "Common page"
},
{
"content_type": "blog",
Expand All @@ -33,6 +33,27 @@
"layout_name": "blog_article",
"title": "Blog article"
},
{
"content_type": "component",
"component": true,
"file": "components/post-box-placeholder.tpl",
"layout_name": "post-box-placeholder",
"title": "post-box-placeholder"
},
{
"content_type": "component",
"component": true,
"file": "components/edicy-tools-styles.tpl",
"layout_name": "edicy-tools-styles",
"title": "edicy-tools-styles"
},
{
"content_type": "component",
"component": true,
"file": "components/edicy-tools-variables.tpl",
"layout_name": "edicy-tools-variables",
"title": "edicy-tools-variables"
},
{
"content_type": "component",
"component": true,
Expand Down Expand Up @@ -99,9 +120,9 @@
{
"content_type": "component",
"component": true,
"file": "components/post-box-placeholder.tpl",
"layout_name": "post-box-placeholder",
"title": "post-box-placeholder"
"file": "components/comment-form.tpl",
"layout_name": "comment-form",
"title": "comment-form"
},
{
"content_type": "component",
Expand Down Expand Up @@ -214,27 +235,6 @@
"file": "components/template-cs-table.tpl",
"layout_name": "template-cs-table",
"title": "template-cs-table"
},
{
"content_type": "component",
"component": true,
"file": "components/comment-form.tpl",
"layout_name": "comment-form",
"title": "comment-form"
},
{
"content_type": "component",
"component": true,
"file": "components/edicy-tools-styles.tpl",
"layout_name": "edicy-tools-styles",
"title": "edicy-tools-styles"
},
{
"content_type": "component",
"component": true,
"file": "components/edicy-tools-variables.tpl",
"layout_name": "edicy-tools-variables",
"title": "edicy-tools-variables"
}
],
"assets": [
Expand Down
2 changes: 1 addition & 1 deletion sources/components/custom-styles/template-cs-headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"icon": "bold",
"scope": "global"
*/
--headings-subheading-font-weight: 300;
--headings-subheading-font-weight: 400;

/* VoogStyle
"pathI18n": ["headings", "subheading"],
Expand Down

0 comments on commit d1788a3

Please sign in to comment.