Skip to content

Commit

Permalink
Corrected typo on font-family + meta-data fix (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
yelodevopsi authored Oct 19, 2023
1 parent 55d16e3 commit 9802c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

h1 {
font-size: 2rem;
font-family: "Recoletta-Regular";
font-family: "Recoleta-Regular";
line-height: 2.5rem;
}

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "./globals.css";
import Head from "next/head";
import "./globals.css";
import NavBar from "@/components/NavBar/NavBar";

export default function RootLayout({
Expand Down

0 comments on commit 9802c57

Please sign in to comment.