mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 07:33:19 -06:00
31849ea95f
mode is enabled. Fixes #6954
55 lines
1.2 KiB
CSS
55 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: "Source Code Pro";
|
|
src: url("~top/static/fonts/SourceCodePro-Regular.ttf") format("truetype");
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Roboto";
|
|
src: url("~top/static/fonts/Roboto-Regular.ttf") format("truetype");
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Roboto Medium";
|
|
src: url("~top/static/fonts/Roboto-Medium.ttf") format("truetype");
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
|
|
@font-face {
|
|
font-family: "Roboto Bold";
|
|
src: url("~top/static/fonts/Roboto-Bold.ttf") format("truetype");
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
@media screen and (forced-colors: active) {
|
|
body {
|
|
forced-color-adjust: none !important;
|
|
}
|
|
}
|