diff --git a/css/style.css b/css/style.css index a5bce397..29202446 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }