Skip to content

Commit b89d1e3

Browse files
authored
Include lato font fix #256
1 parent aedfa62 commit b89d1e3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

sass/_theme_font_local.sass

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@
2222
font-weight: 700
2323
src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold.ttf) format('truetype')
2424

25+
@font-face
26+
font-family: 'Lato'
27+
font-style: italic
28+
font-weight: 400
29+
src: local('Lato Italic'), local('Lato-Italic'), url(../fonts/Lato-Italic.ttf) format('truetype')
30+
31+
@font-face
32+
font-family: 'Lato'
33+
font-style: italic
34+
font-weight: 700
35+
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../fonts/Lato-BoldItalic.ttf) format('truetype')
36+
2537
@font-face
2638
font-family: 'Roboto Slab'
2739
font-style: normal

0 commit comments

Comments
 (0)