File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
5957nav 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+ }
8994h1 , h2 {
9095 font-family : 'rampage-monoline' , sans-serif;
9196 color : # eef6fc ;
@@ -128,6 +133,8 @@ section#contact p a img {
128133}
129134
130135section # contact p a {
136+ font-family : 'rampage-monoline' , sans-serif;
137+ font-size : 20px ;
131138 color : # e7df69 ;
132139}
133140section # contact p a : visited {
You can’t perform that action at this time.
0 commit comments