mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
Bully the robot to add a custom font
This commit is contained in:
parent
ac46749fad
commit
3672a13ac8
@ -3,4 +3,7 @@ import { createRoot } from 'react-dom/client'
|
||||
import App from './App.tsx'
|
||||
import './index.css'
|
||||
|
||||
// FIXME: a custom font should be used. Install it with npm and import it here, then update the Tailwind configuration. Eg:
|
||||
// import '@fontsource-variable/inter';
|
||||
|
||||
createRoot(document.getElementById("root")!).render(<App />);
|
||||
|
Loading…
x
Reference in New Issue
Block a user