File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
- @import url ('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap' );
1
+ @import url (
'https://fonts.googleapis.com/css2?family=Geist+Mono&family=Quicksand:[email protected] &family=Tilt+Neon&display=swap' );
2
+
2
3
3
4
@tailwind base;
4
5
@tailwind components;
60
61
--darkBackground : 0 0 0 ;
61
62
--lightBackground : var (--hume-tan-200 );
62
63
--grayBackground : var (--hume-black-200 );
64
+
65
+ --font-sans : "Quicksand" , sans-serif;
66
+ --font-mono : "Geist Mono" , monospace;
63
67
}
64
68
65
69
html {
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ import type { ReactNode } from 'react';
3
3
import './globals.css' ;
4
4
import dynamic from 'next/dynamic' ;
5
5
6
- import { fellix } from '@/assets/Fellix' ;
7
- import { fraktionMono } from '@/assets/FraktionMono' ;
8
- import { cn } from '@/utils' ;
9
6
import { DatadogInit } from '@/utils/analytics' ;
10
7
11
8
const DownloadAppBanner = dynamic (
@@ -33,14 +30,7 @@ export default function RootLayout({
33
30
} > ) {
34
31
return (
35
32
< html lang = "en" >
36
- < body
37
- className = { cn (
38
- fellix . className ,
39
- fellix . variable ,
40
- fraktionMono . variable ,
41
- 'flex min-h-screen flex-col' ,
42
- ) }
43
- >
33
+ < body className = "flex min-h-screen flex-col" >
44
34
< DownloadAppBanner />
45
35
< div
46
36
className = { 'relative grow overflow-auto [transform:translateZ(0px)]' }
You can’t perform that action at this time.
0 commit comments