eu.binjr.css.Fonts-family-linux.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
.root{
-fx-font-family: "Noto Sans"
}
.date-picker-popup > * > .day-name-cell,
.date-picker-popup > * > .week-number-cell {
-fx-font-family: "Lato Semibold";
}
.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: "Noto Mono";
}
.styled-text-area .syntax-help-text {
-fx-font-family: "Lato Light";
}
.styled-text-area .syntax-help-title {
-fx-font-family: "Noto Sans";
}
.styled-text-area .syntax-help-code {
-fx-font-family: "Noto Mono";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy