Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2dfdd51595 | |||
| 2e637293ea | |||
| 38c8ccc248 | |||
| 0194f520a9 | |||
| 3262667268 |
@@ -8,6 +8,8 @@ import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Raleway } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +25,8 @@ export const metadata: Metadata = {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
|
||||
Reference in New Issue
Block a user