diff --git a/web/css/main.css b/web/css/main.css index ad7727be..a5fa5609 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -413,6 +413,7 @@ body { height: 36px; background-color: #FFCF9E; opacity: 0.75; + font-family: 'Roboto'; top: 50%; left: 0; @@ -436,7 +437,12 @@ body { @font-face { font-family: 'Roboto'; /*a name to be used later*/ - src: url('/static/fonts/Roboto-thin.ttf'); /*URL to font*/ + src: url('/static/fonts/Roboto-Regular.ttf'); /*URL to font*/ +} + +@font-face { + font-family: '6809'; /*a name to be used later*/ + src: url('/static/fonts/6809 chargen.ttf'); /*URL to font*/ } .menu-item { @@ -446,7 +452,7 @@ body { width: 100%; height: 36px; /* 35 + 1 border = 36px */ - font-family: 'Roboto'; + font-family: '6809'; font-size: 19px; /* border-top: 1px dashed blue; */ } diff --git a/web/fonts/Roboto-Regular.ttf b/web/fonts/Roboto-Regular.ttf new file mode 100644 index 00000000..2b6392ff Binary files /dev/null and b/web/fonts/Roboto-Regular.ttf differ