Skip to content

Commit

Permalink
fixed font family issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phillypro authored Feb 9, 2020
1 parent 7cca83d commit e5321be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sections/Image-With-Keypoints.liquid
Original file line number Diff line number Diff line change
@@ -9,14 +9,14 @@


#shopify-section-{{ section.id }} .image-with-keypoints-wrap>.row:nth-child(1) h2 {
font-family: {{ section.settings.font_title.family }};
font-weight:{{ section.settings.font_title.weight }};
font-style:{{ section.settings.font_title.style }};
font-size:{{ section.settings.fontsize_title }}px;
font-family: {{ section.settings.font.family }};
font-weight:{{ section.settings.font.weight }};
font-style:{{ section.settings.font.style }};
color:{{ section.settings.color_title }};
}



#shopify-section-{{ section.id }} {

background-size: cover;
@@ -554,4 +554,4 @@ min-height:100%;
{% endstylesheet %}

{% javascript %}
{% endjavascript %}
{% endjavascript %}

0 comments on commit e5321be

Please sign in to comment.