File tree Expand file tree Collapse file tree 5 files changed +25
-2
lines changed
Expand file tree Collapse file tree 5 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ /* Fonts */
2+
3+ @font-face {
4+ font-family : 'dakota-motors' ;
5+ src : url ('../fonts/dakota-motors.woff2' ) format ('woff2' ),
6+ url ('../fonts/dakota-motors.woff' ) format ('woff' );
7+ font-weight : normal;
8+ font-style : normal;
9+ }
10+ @font-face {
11+ font-family : 'roboto' ;
12+ src : url ('../fonts/roboto.woff2' ) format ('woff2' ),
13+ url ('../fonts/roboto.woff' ) format ('woff' );
14+ font-weight : normal;
15+ font-style : normal;
16+ }
17+
118/* General Styling */
219body {
3- font-family : 'Arial ' , sans-serif;
20+ font-family : 'roboto ' , sans-serif;
421 margin : 0 ;
522 padding : 0 ;
623 line-height : 1.6 ;
@@ -38,9 +55,10 @@ nav ul li {
3855}
3956
4057nav ul li a {
58+ font-family : 'dakota-motors' , sans-serif;
59+ font-weight : bold;
4160 color : # a9d3f5 ; /* Lighter blue */
4261 text-decoration : none;
43- font-weight : bold;
4462 padding : 5px 10px ;
4563 border-radius : 5px ;
4664 transition : background 0.3s ease, transform 0.2s ease;
@@ -63,7 +81,12 @@ section {
6381 color : # eef6fc ; /* Text in sections stays light blue */
6482}
6583
84+ title {
85+ font-family : 'dakota-motors' , sans-serif;
86+ }
87+
6688h1 , h2 {
89+ font-family : 'dakota-motors' , sans-serif;
6790 color : # eef6fc ;
6891 text-align : center;
6992}
You can’t perform that action at this time.
0 commit comments