Skip to content

Commit

Permalink
add font import
Browse files Browse the repository at this point in the history
  • Loading branch information
carloshdrp authored Jun 28, 2024
1 parent da09df7 commit 425d5b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/navbar-2.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/* navbar */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

.header-wrap {
width: 100%;
display: grid;
Expand Down Expand Up @@ -132,4 +134,4 @@
text-shadow: 0 0 10px rgba(var(--color-blue));

}
}
}

0 comments on commit 425d5b0

Please sign in to comment.