mirror of
https://github.com/exogen/vl2-forge.git
synced 2026-07-12 23:14:34 +00:00
Minor font improvements
This commit is contained in:
parent
9c32ee491d
commit
ca319d6394
33 changed files with 38 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { departureMono } from "../src/fonts";
|
||||
import { alagard, departureMono, lora } from "../src/fonts";
|
||||
import "./global.css";
|
||||
|
||||
export const metadata = {
|
||||
|
|
@ -12,7 +12,10 @@ export default function RootLayout({
|
|||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" className={departureMono.variable}>
|
||||
<html
|
||||
lang="en"
|
||||
className={`${departureMono.variable} ${alagard.variable} ${lora.variable}`}
|
||||
>
|
||||
<body>{children}</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue