restore fonts on vc

This commit is contained in:
marcos 2021-06-03 12:28:50 +02:00
parent 2de45a7eb8
commit 8f243e8a3f
2 changed files with 20 additions and 1 deletions

View File

@ -106,6 +106,26 @@
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;
-moz-osx-font-smoothing: grayscale;

View File

@ -23,7 +23,6 @@
.visual-console-item * {
overflow: visible;
font-family: inherit !important;
}
.visual-console-item.is-editing {