Removing references to previous monotype font
parent
f8cf700c40
commit
340d71dee9
|
@ -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 {
|
||||
|
|
|
@ -299,7 +299,9 @@
|
|||
Dark Code Samples
|
||||
----------------------------------------------
|
||||
*/
|
||||
|
||||
code, pre {
|
||||
font-family: 'RobotoMono', monospace !important;
|
||||
}
|
||||
code {
|
||||
display: inline-block;
|
||||
background-color: $g2-kevlar;
|
||||
|
|
Loading…
Reference in New Issue