Skip to content

Commit 2e267aa

Browse files
authored
remove google fonts (#407)
Signed-off-by: Gilbert Kwan <[email protected]>
1 parent 490f05e commit 2e267aa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

finish/src/main/webapp/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
body {
22-
font-family: Asap;
22+
font-family: BunueloSemiBold;
2323
font-size: 16px;
2424
color: #24243b;
2525
background-color: white;
@@ -224,7 +224,7 @@ button {
224224
height: 44px;
225225
color: #24253a;
226226
text-align: center;
227-
font-family: Asap;
227+
font-family: BunueloSemiBold;
228228
margin-top: 25px;
229229
margin-bottom: 70px;
230230
cursor: pointer;
@@ -390,7 +390,7 @@ td {
390390
}
391391

392392
.bodyFooterLink {
393-
font-family: Asap;
393+
font-family: BunueloSemiBold;
394394
font-weight: 300;
395395
font-size: 14px;
396396
letter-spacing: 0;

start/src/main/webapp/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
body {
22-
font-family: Asap;
22+
font-family: BunueloSemiBold;
2323
font-size: 16px;
2424
color: #24243b;
2525
background-color: white;
@@ -224,7 +224,7 @@ button {
224224
height: 44px;
225225
color: #24253a;
226226
text-align: center;
227-
font-family: Asap;
227+
font-family: BunueloSemiBold;
228228
margin-top: 25px;
229229
margin-bottom: 70px;
230230
cursor: pointer;
@@ -390,7 +390,7 @@ td {
390390
}
391391

392392
.bodyFooterLink {
393-
font-family: Asap;
393+
font-family: BunueloSemiBold;
394394
font-weight: 300;
395395
font-size: 14px;
396396
letter-spacing: 0;

0 commit comments

Comments
 (0)