mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Use Google Roboto font
This commit is contained in:
parent
1a3683c73b
commit
1f108cd70a
11 changed files with 9 additions and 9 deletions
|
@ -21,23 +21,23 @@ bg color of non edit textFields: fafafa
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
src: url("/fonts/FiraMono-Regular.ttf");
|
src: url("/fonts/RobotoMono-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
src: url("/fonts/FiraSans-Regular.ttf");
|
src: url("/fonts/Roboto-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
src: url("/fonts/FiraSans-Bold.ttf");
|
src: url("/fonts/Roboto-Bold.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
src: url("/fonts/FiraSans-Medium.ttf");
|
src: url("/fonts/Roboto-Medium.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
src: url("/fonts/FiraSansCondensed-Light.ttf");
|
src: url("/fonts/RobotoCondensed-Light.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
|
@ -116,7 +116,7 @@ bg color of non edit textFields: fafafa
|
||||||
-fx-selection-bar: derive(-fx-accent, 50%);
|
-fx-selection-bar: derive(-fx-accent, 50%);
|
||||||
|
|
||||||
-fx-font-size: 14;
|
-fx-font-size: 14;
|
||||||
-fx-font-family: "Fira Sans";
|
-fx-font-family: "Roboto";
|
||||||
}
|
}
|
||||||
|
|
||||||
/********************************************************************************************************************
|
/********************************************************************************************************************
|
||||||
|
@ -435,7 +435,7 @@ textfield */
|
||||||
.table-view .column-header .label {
|
.table-view .column-header .label {
|
||||||
-fx-alignment: center;
|
-fx-alignment: center;
|
||||||
-fx-font-weight: normal;
|
-fx-font-weight: normal;
|
||||||
-fx-font-family: "Fira Sans Medium";
|
-fx-font-family: "Roboto Medium";
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-view .focus {
|
.table-view .focus {
|
||||||
|
@ -515,7 +515,7 @@ textfield */
|
||||||
}
|
}
|
||||||
|
|
||||||
.number-column.table-cell {
|
.number-column.table-cell {
|
||||||
-fx-font-family: "Fira Mono";
|
-fx-font-family: "Roboto Mono";
|
||||||
-fx-font-size:0.923em;
|
-fx-font-size:0.923em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1015,7 +1015,7 @@ textfield */
|
||||||
#charts .axis {
|
#charts .axis {
|
||||||
-fx-tick-label-fill: -bs-black;
|
-fx-tick-label-fill: -bs-black;
|
||||||
-fx-tick-label-font-size: 0.923em;
|
-fx-tick-label-font-size: 0.923em;
|
||||||
-fx-tick-label-font-family:"Fira Sans Condensed Light";
|
-fx-tick-label-font-family:"Roboto Condensed Light";
|
||||||
}
|
}
|
||||||
|
|
||||||
#charts .chart-plot-background {
|
#charts .chart-plot-background {
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
gui/src/main/resources/fonts/Roboto-Bold.ttf
Executable file
BIN
gui/src/main/resources/fonts/Roboto-Bold.ttf
Executable file
Binary file not shown.
BIN
gui/src/main/resources/fonts/Roboto-Medium.ttf
Executable file
BIN
gui/src/main/resources/fonts/Roboto-Medium.ttf
Executable file
Binary file not shown.
BIN
gui/src/main/resources/fonts/Roboto-Regular.ttf
Executable file
BIN
gui/src/main/resources/fonts/Roboto-Regular.ttf
Executable file
Binary file not shown.
BIN
gui/src/main/resources/fonts/RobotoCondensed-Light.ttf
Executable file
BIN
gui/src/main/resources/fonts/RobotoCondensed-Light.ttf
Executable file
Binary file not shown.
BIN
gui/src/main/resources/fonts/RobotoMono-Regular.ttf
Executable file
BIN
gui/src/main/resources/fonts/RobotoMono-Regular.ttf
Executable file
Binary file not shown.
Loading…
Add table
Reference in a new issue