eu.binjr.css.Fonts-family-mac.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of binjr-core Show documentation
Show all versions of binjr-core Show documentation
A Time Series Data Browser
@font-face {
src: url("../fonts/FiraCode-Regular.ttf");
}
@font-face {
src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
src: url("../fonts/Lato-Light.ttf");
}
@font-face {
src: url("../fonts/Lato-Regular.ttf");
}
.root{
-fx-font-family: "Lato"
}
.date-picker-popup > * > .day-name-cell,
.date-picker-popup > * > .week-number-cell {
-fx-font-family: "Lato Bold";
}
.worksheet-title-block,
.command-bar .pane-title,
.toolPane .pane-title,
.about-text,
.about .titled-pane > .title {
-fx-font-family: "Lato Light";
}
.styled-text-area .text,
.log-trace,
.log-debug,
.log-perf,
.log-info,
.log-warn,
.log-error,
.log-fatal {
-fx-font-family: "Fira Code";
}
.styled-text-area .syntax-help-text {
-fx-font-family: "Lato Light";
}
.styled-text-area .syntax-help-title {
-fx-font-family: "Lato";
}
.styled-text-area .syntax-help-code {
-fx-font-family: "Fira Code";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy