mirror of https://github.com/portainer/portainer
fix: Fallback to sans-serif font when chosen font is not loaded
By default, some browsers fall back to a serif font otherwise.pull/10306/head
parent
bf85a8861d
commit
1818f36e88
|
@ -21,7 +21,7 @@ html {
|
|||
|
||||
body {
|
||||
background: var(--bg-body-color);
|
||||
font-family: 'Inter';
|
||||
font-family: 'Inter', sans-serif;
|
||||
color: var(--text-body-color) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue