|
1 | 1 | /* Main Fonts */
|
2 | 2 |
|
3 | 3 | .main-font-11 {
|
4 |
| - -fx-font-family: "Roboto"; |
| 4 | + -fx-font-family: "Ubuntu Regular"; |
5 | 5 | -fx-font-size: 11px;
|
6 |
| - -fx-font-weight: bolder; |
7 | 6 | }
|
8 | 7 |
|
9 | 8 | .main-font-12 {
|
10 |
| - -fx-font-family: "Roboto"; |
| 9 | + -fx-font-family: "Ubuntu Regular"; |
11 | 10 | -fx-font-size: 12px;
|
12 |
| - -fx-font-weight: bolder; |
13 | 11 | }
|
14 | 12 |
|
15 | 13 | .main-font-13 {
|
16 |
| - -fx-font-family: "Roboto"; |
| 14 | + -fx-font-family: "Ubuntu Regular"; |
17 | 15 | -fx-font-size: 13px;
|
18 |
| - -fx-font-weight: bolder; |
19 | 16 | }
|
20 | 17 |
|
21 | 18 | .main-font-14 {
|
22 |
| - -fx-font-family: "Roboto"; |
| 19 | + -fx-font-family: "Ubuntu Regular"; |
23 | 20 | -fx-font-size: 14px;
|
24 |
| - -fx-font-weight: bolder; |
25 | 21 | }
|
26 | 22 |
|
27 | 23 | .main-font-14-bold {
|
28 |
| - -fx-font-family: "Roboto Bold"; |
| 24 | + -fx-font-family: "Ubuntu Regular"; |
29 | 25 | -fx-font-size: 14px;
|
| 26 | + -fx-font-weight: bolder; |
30 | 27 | }
|
31 | 28 |
|
32 | 29 | .main-font-15 {
|
33 |
| - -fx-font-family: "Roboto"; |
| 30 | + -fx-font-family: "Ubuntu Regular"; |
34 | 31 | -fx-font-size: 15px;
|
35 |
| - -fx-font-weight: bolder; |
36 | 32 | }
|
37 | 33 |
|
38 | 34 | .main-font-15-bold {
|
39 |
| - -fx-font-family: "Roboto Bold"; |
| 35 | + -fx-font-family: "Ubuntu Regular"; |
40 | 36 | -fx-font-size: 15px;
|
| 37 | + -fx-font-weight: bolder; |
41 | 38 | }
|
42 | 39 |
|
43 | 40 | .main-font-15-bold-with-shadow {
|
44 |
| - -fx-font-family: "Roboto Bold"; |
| 41 | + -fx-font-family: "Ubuntu Regular"; |
45 | 42 | -fx-font-size: 15px;
|
46 | 43 | -fx-effect: dropshadow(one-pass-box, black, 2, 1, 1, 1);
|
47 | 44 | }
|
48 | 45 |
|
49 | 46 | .main-font-17 {
|
50 |
| - -fx-font-family: "Roboto"; |
| 47 | + -fx-font-family: "Ubuntu Regular"; |
51 | 48 | -fx-font-size: 17px;
|
52 |
| - -fx-font-weight: bolder; |
53 | 49 | }
|
54 | 50 |
|
55 | 51 | .main-font-20 {
|
56 |
| - -fx-font-family: "Roboto"; |
| 52 | + -fx-font-family: "Ubuntu Regular"; |
57 | 53 | -fx-font-size: 20px;
|
58 |
| - -fx-font-weight: bolder; |
59 | 54 | }
|
60 | 55 |
|
61 | 56 | .special-font-12 {
|
62 |
| - -fx-font-family: "Roboto Condensed"; |
| 57 | + -fx-font-family: "Ubuntu Condensed"; |
63 | 58 | -fx-font-size: 12px;
|
64 |
| - -fx-font-weight: bolder; |
65 | 59 | }
|
66 | 60 |
|
67 | 61 | .special-font-13 {
|
68 |
| - -fx-font-family: "Roboto Condensed"; |
| 62 | + -fx-font-family: "Ubuntu Condensed"; |
69 | 63 | -fx-font-size: 13px;
|
70 |
| - -fx-font-weight: bolder; |
71 | 64 | }
|
72 | 65 |
|
73 | 66 | .special-font-14 {
|
74 |
| - -fx-font-family: "Roboto Condensed"; |
| 67 | + -fx-font-family: "Ubuntu Condensed"; |
75 | 68 | -fx-font-size: 14px;
|
76 |
| - -fx-font-weight: bolder; |
77 | 69 | }
|
78 | 70 |
|
79 | 71 | .special-font-15 {
|
80 |
| - -fx-font-family: "Roboto Condensed"; |
| 72 | + -fx-font-family: "Ubuntu Condensed"; |
81 | 73 | -fx-font-size: 15px;
|
82 |
| - -fx-font-weight: bolder; |
83 | 74 | }
|
84 | 75 |
|
85 | 76 | .special-font-16 {
|
86 |
| - -fx-font-family: "Roboto Condensed"; |
| 77 | + -fx-font-family: "Ubuntu Condensed"; |
87 | 78 | -fx-font-size: 16;
|
88 |
| - -fx-font-weight: bolder; |
89 | 79 | }
|
90 | 80 |
|
91 | 81 | .mono-font-13 {
|
|
0 commit comments