Skip to content

Commit

Permalink
updated project
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-rj committed Apr 10, 2024
1 parent 8147267 commit 7d58441
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 4 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
@font-face {
font-family: Outfit;
src: url('../fonts/Outfit.ttf');
font-display: swap;
}

:root {
--blue: #1C5AB9;
--dark-navy: #142238;
--grey: #071A3C;
--light-grey: #D5E1EF;
--white: #FFFFFF;
--shadow-color: rgba(0, 0, 0, 4.77%);

--font-sans-serif: Outfit, sans-serif;
}

*::before,
Expand All @@ -24,11 +20,11 @@
body {
background-color: var(--light-grey);
color: var(--grey);
font-family: Outfit;
font-family: var(--font-sans-serif);
font-display: swap;
font-size: 0.9375rem;
font-weight: 400;
letter-spacing: 0.011875rem;

}

.page {
Expand Down
Binary file added assets/fonts/Outfit.woff2
Binary file not shown.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png">

<!-- font sans-serif -->
<link rel="stylesheet" href="assets/fonts/Outfit.woff2" crossorigin="anonymous">

<link rel="stylesheet" href="assets/css/style.css">

</head>
Expand Down

0 comments on commit 7d58441

Please sign in to comment.