Skip to content

Commit

Permalink
added new font
Browse files Browse the repository at this point in the history
  • Loading branch information
BergerAPI committed Apr 12, 2021
1 parent 57e2af2 commit ef86462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home() {
<Mode title="Mode" description="If you want to play in time, or just write a text." item="mode" values={["Text", "10s", "15s", "30s", "60s"]} />
<Mode title="Language" description="The Language, in which you want to type in" item="language" values={["English", "German", "France", "Russia"]} />
<Mode title="Font-Size" description="The size of the font" item="font-size" values={["15px", "20px", "25px", "30px"]} />
<Mode title="Font" description="The font" item="font-family" values={["Arial", "Monospace", "Roboto"]} />
<Mode title="Font" description="The font" item="font-family" values={["'Arial'", "monospace", "'Roboto'", "Source Code Pro"]} />
</>
)
}
2 changes: 2 additions & 0 deletions styles/global/globals.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

html, body {
padding: 0;
margin: 0;
Expand Down

1 comment on commit ef86462

@vercel
Copy link

@vercel vercel bot commented on ef86462 Apr 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.