Removing odd letter spacing on monotype table cells
parent
7195ceca69
commit
b9d9159aff
|
@ -3,8 +3,8 @@
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
*/
|
*/
|
||||||
table .monotype {
|
table .monotype {
|
||||||
letter-spacing: 0.69px;
|
|
||||||
font-family: $code-font;
|
font-family: $code-font;
|
||||||
|
letter-spacing: 0px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: $g9-mountain;
|
color: $g9-mountain;
|
||||||
|
|
Loading…
Reference in New Issue