Skip to content

Project restructure & new web UI #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added JetBrains Mono font to website
  • Loading branch information
tomc128 committed Dec 14, 2022
commit ebc53cdceb25be96972063108339adee4ac9d52d
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
::deep th, ::deep td {
padding: 1rem;
text-align: center;
font-family: 'JetBrains Mono', monospace;
}

::deep td.true {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&family=JetBrains+Mono&display=swap');

* {
margin: 0;
Expand Down