diff -r 1397fb0b3a9d -r 255a75322212 image/w/css/webui.css --- a/image/w/css/webui.css Thu Jun 11 22:53:04 2020 +0200 +++ b/image/w/css/webui.css Mon May 17 20:44:35 2021 +0200 @@ -1,3 +1,21 @@ + +@font-face { + font-family: 'DSEG7-Classic'; + src: url('../fonts/DSEG7.woff2') format('woff2'), + url('../fonts/DSEG7.woff') format('woff'), + url('../fonts/DSEG7.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'DSEG7-Classic'; + src: url('../fonts/DSEG7-Bold.woff2') format('woff2'), + url('../fonts/DSEG7-Bold.woff') format('woff'), + url('../fonts/DSEG7-Bold.ttf') format('truetype'); + font-weight: bold; + font-style: normal; +} body { background: #555;