Open joaovitortc opened 4 months ago
The font for the navbar should be: font-family: "Share Tech", sans-serif;
font-family: "Share Tech", sans-serif;
And it should be imported from Google Fonts: @import url("https://fonts.googleapis.com/css2?family=Share+Tech&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Share+Tech&display=swap");
However, even following these steps the fonts don't look the same. Find out why and make the Navbar look exactly the same as the original project.
Maybe it's some metadata changing the way that the font looks, I don't know, I didn't check.
The font for the navbar should be:
font-family: "Share Tech", sans-serif;
And it should be imported from Google Fonts:
@import url("https://fonts.googleapis.com/css2?family=Share+Tech&display=swap");
However, even following these steps the fonts don't look the same.
Find out why and make the Navbar look exactly the same as the original project.
Maybe it's some metadata changing the way that the font looks, I don't know, I didn't check.