image/w/css/webui.css

changeset 91
255a75322212
parent 76
3ff381bfa469
--- 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;

mercurial