Set exactly the same font styles as the old dashboard had
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
}
|
||||
|
||||
html, body {
|
||||
font-size: 15px; /* this also defines the overall widget size as all sizes are in rem */
|
||||
font-size: 14px; /* this also defines the overall widget size as all sizes are in rem */
|
||||
font-family: var(--font-family);
|
||||
font-weight: 300;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user