Skip to content

Commit

Permalink
set global font to inter
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Nov 29, 2023
1 parent 2289780 commit d8a1980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const App: React.FC<AppProps> = () => {
};

return (
<div className="max-h-screen">
<div className="max-h-screen font-sans">
{/* <TitleBar onFileSelect={onFileSelect} /> */}
{directory ? (
<FileEditorContainer />
Expand Down

0 comments on commit d8a1980

Please sign in to comment.