Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
luisangelmaciel committed Aug 22, 2023
1 parent 11c0465 commit fe9d3b3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,29 @@
src: local('Roboto'), local('Roboto-Regular'), format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: normal;
src: url(https://luisangelmaciel.github.io/lib/fonts/free-fa-solid-900.woff2)format("woff2");
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: normal;
src: url(https://luisangelmaciel.github.io/lib/fonts/free-fa-solid-400.woff2)format("woff2");
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: normal;
src: url(https://luisangelmaciel.github.io/lib/fonts/free-fa-regular-400.woff2)format("woff2");
}



/*
*/
img {
margin: 0 auto;
}
Expand Down

0 comments on commit fe9d3b3

Please sign in to comment.