Skip to content

Commit b1c3323

Browse files
committed
font size fix
1 parent 02faaf5 commit b1c3323

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

assets/styles.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@
66
url('../fonts/rampage-monoline.woff') format('woff');
77
font-weight: normal;
88
font-style: normal;
9-
font-size: large;
109
}
1110
@font-face {
1211
font-family: 'roboto';
1312
src: url('../fonts/roboto.woff2') format('woff2'),
1413
url('../fonts/roboto.woff') format('woff');
1514
font-weight: normal;
1615
font-style: normal;
17-
font-size: large;
1816
}
1917

2018
/* General Styling */
@@ -58,6 +56,7 @@ nav ul li {
5856

5957
nav ul li a {
6058
font-family: 'rampage-monoline', sans-serif;
59+
font-size: 20px;
6160
color: #a9d3f5; /* Lighter blue */
6261
text-decoration: none;
6362
padding: 5px 10px;
@@ -86,6 +85,12 @@ title {
8685
font-family: 'rampage-monoline', sans-serif;
8786
}
8887

88+
h1 {
89+
font-size: 50px;
90+
}
91+
h2 {
92+
font-size: 30px;
93+
}
8994
h1, h2 {
9095
font-family: 'rampage-monoline', sans-serif;
9196
color: #eef6fc;
@@ -128,6 +133,8 @@ section#contact p a img {
128133
}
129134

130135
section#contact p a {
136+
font-family: 'rampage-monoline', sans-serif;
137+
font-size: 20px;
131138
color: #e7df69;
132139
}
133140
section#contact p a:visited {

0 commit comments

Comments
 (0)