Skip to content

Commit

Permalink
+font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-JL committed Nov 28, 2024
1 parent 1822fac commit 02faaf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
url('../fonts/rampage-monoline.woff') format('woff');
font-weight: normal;
font-style: normal;
font-size: large;
}
@font-face {
font-family: 'roboto';
src: url('../fonts/roboto.woff2') format('woff2'),
url('../fonts/roboto.woff') format('woff');
font-weight: normal;
font-style: normal;
font-size: large;
}

/* General Styling */
Expand Down Expand Up @@ -126,7 +128,7 @@ section#contact p a img {
}

section#contact p a {
color: #d8cf4e;
color: #e7df69;
}
section#contact p a:visited {
color: #dfa843;
Expand Down

0 comments on commit 02faaf5

Please sign in to comment.