Removing references to previous monotype font

pull/10616/head
Alex P 2016-12-12 16:25:17 -08:00
parent f8cf700c40
commit 340d71dee9
2 changed files with 5 additions and 3 deletions

View File

@ -434,10 +434,10 @@ $form-static-checkbox-size: 16px;
----------------------------------------------
*/
table .monotype {
font-family: Consolas, "Lucida Console", Monaco, monospace;
font-family: 'RobotoMono', monospace !important;
letter-spacing: 0.69px;
font-size: 12px;
font-weight: 700;
font-weight: 500;
color: $g9-mountain;
}
.table-dot {

View File

@ -299,7 +299,9 @@
Dark Code Samples
----------------------------------------------
*/
code, pre {
font-family: 'RobotoMono', monospace !important;
}
code {
display: inline-block;
background-color: $g2-kevlar;