Skip to content

Commit 37d9f0e

Browse files
authored
fix: buble theme missing generic fallback font (#1568)
1 parent 108d3ed commit 37d9f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/themes/buble.styl

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ $sidebar-width = 16rem
101101
.markdown-section code
102102
background-color #f9f9f9
103103
border-radius 3px
104-
font-family Inconsolata
104+
font-family Inconsolata, monospace
105105
padding 0.2em 0.4rem
106106
white-space nowrap
107107

108108
.markdown-section pre
109109
background-color #f9f9f9
110110
border-left 2px solid #eee
111-
font-family Inconsolata
111+
font-family Inconsolata, monospace
112112
font-size 16px
113113
margin 0 0 1em 0
114114
padding 8px
@@ -159,7 +159,7 @@ $sidebar-width = 16rem
159159
background-color #f8f8f8
160160
border-radius 2px
161161
display block
162-
font-family Inconsolata
162+
font-family Inconsolata, monospace
163163
line-height 1.1rem
164164
max-width inherit
165165
overflow inherit

0 commit comments

Comments
 (0)