Skip to content

Commit 635645e

Browse files
committed
Fix fonts definitions
1 parent bcac815 commit 635645e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ui/src/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
@font-face {
2-
font-family: "Roboto", sans-serif;
2+
font-family: "Roboto";
33
font-style: normal;
44
font-weight: 400;
55
src: url("../fonts/Roboto-Regular.woff2") format("woff2");
66
}
77

88
@font-face {
9-
font-family: "Roboto", sans-serif;
9+
font-family: "Roboto";
1010
font-style: normal;
1111
font-weight: 700;
1212
src: url("../fonts/Roboto-Bold.woff2") format("woff2");
1313
}
1414

1515
@font-face {
16-
font-family: "Roboto", sans-serif;
16+
font-family: "Roboto";
1717
font-style: italic;
1818
font-weight: 400;
1919
src: url("../fonts/Roboto-Italic.woff2") format("woff2");
2020
}
2121

2222
@font-face {
23-
font-family: "RobotoMono", monospace;
23+
font-family: "RobotoMono";
2424
font-style: normal;
2525
font-weight: 400;
2626
src: url("../fonts/RobotoMono-Regular.woff2") format("woff2");

0 commit comments

Comments
 (0)