From f9ffc7b739f85fbdae32884f88ce04b6972ccf7d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 29 Jan 2024 16:05:48 +0100 Subject: [PATCH] optimized fonts --- src/Components/AppShell/NavBar.tsx | 3 --- tailwind.config.js | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index abf338e7..b216a700 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -1,11 +1,9 @@ -import { useState } from "react"; import { useNavigate } from "react-router-dom"; import { useAuth } from "../Auth" import { Link } from "react-router-dom"; import { toast } from "react-toastify"; import QuestionMarkIcon from '@heroicons/react/24/outline/QuestionMarkCircleIcon' import * as React from "react"; -import DialogModal from "../Templates/DialogModal"; export default function NavBar({ appName, nameWidth = 200}: { appName: string, nameWidth?: number }) { @@ -50,7 +48,6 @@ export default function NavBar({ appName, nameWidth = 200}: { appName: string, n

{appName}

-
diff --git a/tailwind.config.js b/tailwind.config.js index e9d96847..1f8a0c41 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -25,6 +25,9 @@ module.exports = { '64': '240px', '56': '224px', }, + fontFamily: { + 'sans': ["Helvetica", "sans-serif", 'Roboto'], + } }, }, plugins: [