|
10 | 10 | <?import javafx.scene.text.Font?> |
11 | 11 | <?import javafx.scene.text.Text?> |
12 | 12 |
|
| 13 | +<?import java.net.URL?> |
13 | 14 | <VBox fx:id="root" maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" |
14 | 15 | prefHeight="330.0" prefWidth="600.0" stylesheets="@GRIP.css" xmlns="http://javafx.com/javafx/8.0.65" |
15 | 16 | xmlns:fx="http://javafx.com/fxml/1" fx:controller="edu.wpi.grip.ui.AboutDialogController"> |
|
28 | 29 | <children> |
29 | 30 | <Text strokeType="OUTSIDE" strokeWidth="0.0" text="GRIP"> |
30 | 31 | <font> |
31 | | - <Font name="Roboto Bold" size="64.0" /> |
| 32 | + <Font name="Roboto" style="BOLD" size="64.0" /> |
32 | 33 | </font> |
33 | 34 | </Text> |
34 | 35 | <Text fx:id="versionNumberText" strokeType="OUTSIDE" strokeWidth="0.0" text="Version 0.0.0"> |
35 | 36 | <font> |
36 | | - <Font name="Roboto Regular" size="14.0" /> |
| 37 | + <Font name="Roboto" size="14.0" /> |
37 | 38 | </font> |
38 | 39 | </Text> |
39 | 40 | <Pane VBox.vgrow="ALWAYS" /> |
|
43 | 44 | <children> |
44 | 45 | <Text strokeType="OUTSIDE" strokeWidth="0.0" text="➔ Github"> |
45 | 46 | <font> |
46 | | - <Font name="Roboto Regular" size="14.0" /> |
| 47 | + <Font name="Roboto" size="14.0" /> |
47 | 48 | </font> |
48 | 49 | </Text> |
49 | 50 | </children> |
|
66 | 67 | <children> |
67 | 68 | <Text strokeType="OUTSIDE" strokeWidth="0.0" text="➔ ScreenSteps Documentation"> |
68 | 69 | <font> |
69 | | - <Font name="Roboto Regular" size="14.0" /> |
| 70 | + <Font name="Roboto" size="14.0" /> |
70 | 71 | </font> |
71 | 72 | </Text> |
72 | 73 | </children> |
|
94 | 95 | <Pane HBox.hgrow="ALWAYS" /> |
95 | 96 | <Text fill="#818181" strokeType="OUTSIDE" strokeWidth="0.0" text="GRIP is licensed under a 3 Clause BSD License"> |
96 | 97 | <font> |
97 | | - <Font name="Roboto Regular" size="12.0" /> |
| 98 | + <Font name="Roboto" size="12.0" /> |
98 | 99 | </font></Text> |
99 | 100 | <Pane HBox.hgrow="ALWAYS" /> |
100 | 101 | </children> |
|
103 | 104 | </padding> |
104 | 105 | </HBox> |
105 | 106 | </children> |
| 107 | + <stylesheets> |
| 108 | + <URL value="@roboto/Roboto.css"/> |
| 109 | + <URL value="@GRIP.css"/> |
| 110 | + </stylesheets> |
106 | 111 | </VBox> |
0 commit comments