specified gist font family as fira code to align with theme

This commit is contained in:
Robbie Nohra 2020-12-22 20:27:17 -05:00
parent 2ff00f859a
commit 13aa8e777e

View File

@ -23,6 +23,7 @@ body .gist .pl-stj /* storage.type.java */
color: #f8f8f2; color: #f8f8f2;
border: none; border: none;
font-size: larger; font-size: larger;
font-family: 'Fira Code', Monaco, Consolas, Ubuntu Mono, monospace;
} }
body .gist .pl-c1 /* constant */ body .gist .pl-c1 /* constant */