Skip to content

Commit

Permalink
update font
Browse files Browse the repository at this point in the history
  • Loading branch information
appleicat committed Feb 23, 2024
1 parent cbd0f7e commit 274702f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/_page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export default function Page() {
)}
<section className="p-[1.5rem] border-t border-black">
<textarea
className="outline-none bg-transparent w-full h-full resize-none font-['JetBrains_Mono']"
className="outline-none bg-transparent w-full h-full resize-none"
value={data}
onChange={(e) => setData(e.target.value)}
/>
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import Page from './_page';
</html>

<style is:global>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
::-webkit-scrollbar {
display: none;
}
Expand Down

0 comments on commit 274702f

Please sign in to comment.