Skip to content

Commit 9f9aec1

Browse files
committed
fix: changing font
1 parent 64ba957 commit 9f9aec1

39 files changed

+71
-71
lines changed

web/src/account/account.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ tr {
4848
}
4949

5050
.input {
51-
font-family: 'Azeret Mono';
51+
font-family: 'Roboto';
5252
font-size: 125%;
5353
width: 95%;
5454
}
5555

5656
.label {
57-
font-family: 'Azeret Mono';
57+
font-family: 'Roboto';
5858
font-size: 150%;
5959
}
6060

6161
.lastUpdated {
62-
font-family: 'Azeret Mono';
62+
font-family: 'Roboto';
6363
font-weight: lighter;
6464
font-size: 150%;
6565
}
@@ -96,7 +96,7 @@ tr {
9696
}
9797

9898
#linkSent {
99-
font-family: 'Azeret Mono';
99+
font-family: 'Roboto';
100100
font-size: 90%;
101101
width: 100%;
102102
color: var(--color-red);

web/src/assignment/assignment.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313
justify-content: center;
1414
text-align: center;
1515
color: var(--color-red);
16-
font-family: "Azeret Mono";
16+
font-family: "Roboto";
1717
font-size: 150%;
1818
padding: 2%;
1919
width: 50%;

web/src/classroom/classroom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
margin-top: 3%;
3131
font-size: 200%;
3232
color: red;
33-
font-family: "Azeret Mono";
33+
font-family: "Roboto";
3434
text-align: center;
3535
}

web/src/components/assignment/AssignmentDropdown.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
color: var(--color-white);
1515
font-weight: bold;
1616
user-select: none;
17-
font-family: "Azeret Mono";
17+
font-family: "Roboto";
1818
text-align: left;
1919
font-size: 150%;
2020
padding: 1%;
@@ -23,7 +23,7 @@
2323
.openAssignment {
2424
background: var(--color-bg-dropdown);
2525
color: var(--color-black);
26-
font-family: "Azeret Mono";
26+
font-family: "Roboto";
2727
padding: .5%;
2828
font-size: 85%;
2929
border-radius: 15px;

web/src/components/assignment/AssignmentPanel.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}
1111

1212
.assignmentTitle {
13-
font-family: "Azeret Mono";
13+
font-family: "Roboto";
1414
font-size: 225%;
1515
font-weight: bold;
1616
}
1717

1818
.assignmentDescription {
19-
font-family: "Azeret Mono";
19+
font-family: "Roboto";
2020
font-weight: lighter;
2121
font-size: 125%;
2222
}

web/src/components/assignment/ConsoleOutput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
flex-direction: row;
44
background: black;
55
color: white;
6-
font-family: "Azeret Mono";
6+
font-family: "Roboto";
77
word-break: break-all;
88
padding: 1%;
99
box-sizing: border-box;

web/src/components/buttons/BlueButton.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.blueButton {
2-
font-family: 'Azeret Mono';
2+
font-family: 'Roboto';
33
color: white;
44
border-radius: 20px;
55
background-color: var(--color-process-cyan);

web/src/components/calendar-input/CalendarInput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.calendar-input {
22
font-size: 100%;
3-
font-family: "Azeret Mono";
3+
font-family: "Roboto";
44
padding: .75%;
55
border: 2px solid black;
66
border-radius: 10px;

web/src/components/classroom-widget/classroomwidget.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
width: 90%;
4141
color: var(--color-white);
4242
line-height: 1.25;
43-
font-family: 'Azeret Mono', monospace;
43+
font-family: 'Roboto', sans-serif;
4444
font-weight: 700;
4545
}
4646

@@ -59,7 +59,7 @@
5959
.course-card-date {
6060
width: 100%;
6161
color: var(--color-white);
62-
font-family: 'Azeret Mono', monospace;
62+
font-family: 'Roboto', sans-serif;
6363
font-weight: 700;
6464
font-size: clamp(0.4rem, 0.8vw, 0.875rem);
6565
text-align: right;

web/src/components/font-size-input/FontSizeInput.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
align-items: center;
66
justify-content: center;
77
flex-direction: column;
8-
font-family: "Azeret Mono";
8+
font-family: "Roboto";
99
font-size: 80%;
1010
}
1111
.fontsize-number {
1212
width: 50%;
1313
text-align: center;
1414
font-size: 120%;
15-
font-family: "Azeret Mono";
15+
font-family: "Roboto";
1616
font-weight: bold;
1717
}

0 commit comments

Comments
 (0)