Skip to content
Snippets Groups Projects
Commit 6fbd9f43 authored by Muba006's avatar Muba006
Browse files

Add a goolefonts import in css

parent d658376d
No related branches found
No related tags found
No related merge requests found
File added
......@@ -8,7 +8,7 @@ function Navbar() {
return (
<div
className="min-h-screen bg-cover"
className="min-h-screen bg-cover font-montserrat"
style={{ backgroundImage: `url(${backgd})` }}
>
{/* Navbar */}
......
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@theme {
--font-montserrat: Montserrat, "sans-serif" ;
}
@import "tailwindcss";
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment