1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

Modified github font stack for <code> w/o webfonts

This commit is contained in:
Simon Holywell 2018-05-10 09:51:53 +10:00 committed by GitHub
parent 59b422d5a1
commit 0f00580f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ div.highlighter-rouge pre.highlight {
}
code {
font-size: .825em;
font-family: 'Droid Sans Mono', monospace;
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, "Fira Code", "Hack Regular", Courier, monospace;
color: #555;
}
@ -236,4 +236,4 @@ code {
.anchorjs-link {
color: {{ primary_colour }};
border: none;
}
}