Skip to content

Commit c02f100

Browse files
authored
Merge pull request #2024 from strowk/improve-inline-code-blocks
Add same font-family on synopsis as on code
2 parents a6a37a3 + 0cf2229 commit c02f100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/sass/typography.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ code {
265265
p {
266266
.synopsis {
267267
@include border-radius(3px);
268+
font-family: $fixed-width-font-family;
268269
border: solid 1px var(--pre-border);
269270
}
270271
}

0 commit comments

Comments
 (0)