Skip to content

Commit d7deedb

Browse files
Change font-family to Arial in main.scss
Updated font-family to Arial for better readability.
1 parent d193d98 commit d7deedb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

assets/css/main.scss

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ search: false
99
@import "minimal-mistakes"; // main partials
1010

1111
.site-title {
12-
font-family: 'Courier New', monospace;
12+
font-family: Arial, sans-serif;
1313
color: #00ffff;
1414
text-shadow: 0 0 5px #00ffff;
1515
}
@@ -27,7 +27,7 @@ search: false
2727
}
2828

2929
.terminal-intro {
30-
font-family: 'Courier New', monospace;
30+
font-family: Arial, sans-serif;
3131
color: #0f0;
3232
background: #000;
3333
padding: 1rem;
@@ -49,3 +49,10 @@ search: false
4949
transform: scale(1.05);
5050
box-shadow: 0 0 20px #0ff;
5151
}
52+
53+
.footer-glow {
54+
text-align: center;
55+
color: #0f0;
56+
font-family: Arial, sans-serif;
57+
text-shadow: 0 0 5px #0f0;
58+
}

0 commit comments

Comments
 (0)