diff --git a/css/style.css b/css/style.css index ac3b4a1..07e80b5 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,11 @@ +@font-face { + font-family: 'Share Tech Mono'; + font-style: normal; + font-weight: 400; + src: local('Share Tech Mono'), local('ShareTechMono-Regular'), url(../fonts/ShareTechMono.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; +} + * { padding: 0; margin: 0; @@ -12,7 +20,7 @@ body { canvas { display: block; flex-shrink: 0; - } +} .columns { display: flex; @@ -20,7 +28,7 @@ canvas { justify-content: center; } -.side { +.space { flex-grow: 2; } @@ -28,19 +36,27 @@ canvas { display: flex; flex-direction: column; margin: 5% 2%; + height: 400px; } .hold { max-width: 120px; - height: initial; } .stats { + display: flex; + flex-direction: row; margin: 10% 0; + font-family: 'Share Tech Mono'; + font-size: 1.2em; +} + +.stats-values { + text-align: right; + min-width: 80px; } .matrix { - max-width: 200px; margin: 5% 2%; border: 0.5px solid grey; } diff --git a/fonts/ShareTechMono.woff2 b/fonts/ShareTechMono.woff2 new file mode 100644 index 0000000..cee230d Binary files /dev/null and b/fonts/ShareTechMono.woff2 differ diff --git a/index.html b/index.html index e9fd5ae..1b61414 100644 --- a/index.html +++ b/index.html @@ -9,18 +9,29 @@