mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
restore fonts on vc
This commit is contained in:
parent
2de45a7eb8
commit
8f243e8a3f
@ -106,6 +106,26 @@
|
|||||||
font-family: "source-code";
|
font-family: "source-code";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "leaguegothic";
|
||||||
|
src: url("../../fonts/leaguegothic.woff") format("woff");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "roboto";
|
||||||
|
src: url("../../fonts/roboto.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "opensans";
|
||||||
|
src: url("../../fonts/opensans.woff2") format("woff2");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Nunito";
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
src: local("Nunito-Regular"), url(../../fonts/nunito.woff) format("woff");
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
.visual-console-item * {
|
.visual-console-item * {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
font-family: inherit !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.visual-console-item.is-editing {
|
.visual-console-item.is-editing {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user