apps/web: add local font Inter
This commit is contained in:
parent
773f1a355f
commit
ec49ee4683
@ -1,10 +1,16 @@
|
||||
import './globals.css';
|
||||
import { Auth, Logo } from '@/components/layout';
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter } from 'next/font/google';
|
||||
import localFont from 'next/font/local';
|
||||
import { Content, Header } from 'ui';
|
||||
|
||||
const inter = Inter({ subsets: ['latin'] });
|
||||
const inter = localFont({
|
||||
src: [
|
||||
{
|
||||
path: '../public/fonts/Inter/Inter-VariableFont_slnt,wght.ttf',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
description: 'External | Эволюция',
|
||||
|
||||
BIN
apps/web/public/fonts/Inter/Inter-VariableFont_slnt,wght.ttf
Normal file
BIN
apps/web/public/fonts/Inter/Inter-VariableFont_slnt,wght.ttf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user