Skip to content

Commit 4e5dff7

Browse files
committed
fix font
1 parent 1506916 commit 4e5dff7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

_sass/post.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ ul.tag-cloud-box li a
163163
margin-bottom: .5em
164164
width: 100%
165165
strong
166-
font-family: inherit
166+
font-family: 'Montserrat', sans-serif
167167
font-weight: bold !important
168168
a
169169
color: #553363
@@ -180,7 +180,7 @@ ul.tag-cloud-box li a
180180
ol, ul
181181
padding: 1em
182182
li
183-
font-family: inherit
183+
font-family: 'Montserrat', sans-serif
184184
font-size: 16px
185185
font-weight: normal
186186
line-height: 1.5em

_sass/speaker.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
margin-bottom: .5em
107107
width: 100%
108108
strong
109-
font-family: inherit
109+
font-family: 'Montserrat', sans-serif
110110
font-weight: bold !important
111111
a
112112
color: #553363
@@ -123,7 +123,7 @@
123123
ol, ul
124124
padding: 1em
125125
li
126-
font-family: inherit
126+
font-family: 'Montserrat', sans-serif
127127
font-size: 16px
128128
font-weight: normal
129129
line-height: 1.5em

0 commit comments

Comments
 (0)