Skip to content

Commit a2c081f

Browse files
committed
Add fallback sans-serif font in case the custom font fails to load
1 parent ba1e9ad commit a2c081f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/errors/503.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
color: #B0BEC5;
1818
display: table;
1919
font-weight: 100;
20-
font-family: 'Lato';
20+
font-family: 'Lato', sans-serif;
2121
}
2222
2323
.container {

resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
width: 100%;
1717
display: table;
1818
font-weight: 100;
19-
font-family: 'Lato';
19+
font-family: 'Lato', sans-serif;
2020
}
2121
2222
.container {

0 commit comments

Comments
 (0)