Skip to content

Commit

Permalink
Update netronics runner fonts for better look on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwergesel committed Mar 7, 2024
1 parent 17d3f79 commit dc2d3c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
Binary file added JuliaMono-Regular.woff2
Binary file not shown.
15 changes: 11 additions & 4 deletions netronics-connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,21 @@
<script language="JavaScript" type="text/javascript" src="monstermaze.js"></script>
<style>
@font-face {
src: url('CatV6x129Normal.ttf') format('truetype');
font-family: 'CatV6x129Normal';
src: url('JuliaMono-Regular.woff2');
font-family: 'JuliaMono';
font-weight: normal;
font-style: normal;
}
@font-face {
src: url('CatV6x129Normal.ttf');
font-family: 'CatV6x129';
font-weight: normal;
font-style: normal;
}

:root {
--font: 'CatV6x129Normal';
--font-1: 'CatV6x129';
--font-2: 'JuliaMono';
--color-0: #192f30;
--color-1: #2a4546;
--color-2: #2e4a4b;
Expand Down Expand Up @@ -110,7 +117,7 @@
outline: thin solid var(--color-17);
background-color: var(--color-0);
color: var(--color-17);
font-family: var(--font), monospace;
font-family: var(--font-1), var(--font-2), monospace;
min-width: 56ch;
display: grid;
grid-template-columns: repeat(56, 1fr);
Expand Down

0 comments on commit dc2d3c3

Please sign in to comment.