mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 12:05:41 +01:00
Change UI Font
This commit is contained in:
parent
2e84fc62b1
commit
0f4b1226dc
4 changed files with 3198 additions and 7 deletions
|
|
@ -1,16 +1,14 @@
|
|||
import { Metadata } from 'next';
|
||||
import Providers from './Providers';
|
||||
import '@fontsource/inter/300.css';
|
||||
import '@fontsource/inter/400.css';
|
||||
import '@fontsource/inter/500.css';
|
||||
import '@fontsource/inter/700.css';
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
import { GeistSans } from 'geist/font/sans';
|
||||
import 'react-basics/dist/styles.css';
|
||||
import '@/styles/index.css';
|
||||
import '@/styles/variables.css';
|
||||
|
||||
export default function ({ children }) {
|
||||
return (
|
||||
<html lang="en" data-scroll="0">
|
||||
<html lang="en" data-scroll="0" className={GeistSans.className}>
|
||||
<head>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
html,
|
||||
body {
|
||||
font-family: Inter, sans-serif;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.5rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue