Skip to content

Commit db9bdf3

Browse files
Fix font-family syntax in index.styl (#332)
1 parent 773ae34 commit db9bdf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/.vuepress/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ a.sidebar-link.active
4747
margin-right 5px
4848

4949
#app .site-name
50-
font-family: Roobert;
50+
font-family "Roobert"
5151

5252
// Navigation
5353

0 commit comments

Comments
 (0)