Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: buble theme missing generic fallback font #1568

Merged
merged 3 commits into from
May 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/themes/buble.styl
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@ $sidebar-width = 16rem
.markdown-section code
background-color #f9f9f9
border-radius 3px
font-family Inconsolata
font-family Inconsolata, monospace
padding 0.2em 0.4rem
white-space nowrap

.markdown-section pre
background-color #f9f9f9
border-left 2px solid #eee
font-family Inconsolata
font-family Inconsolata, monospace
font-size 16px
margin 0 0 1em 0
padding 8px
Expand Down Expand Up @@ -159,7 +159,7 @@ $sidebar-width = 16rem
background-color #f8f8f8
border-radius 2px
display block
font-family Inconsolata
font-family Inconsolata, monospace
line-height 1.1rem
max-width inherit
overflow inherit
Expand Down