src/main/webapp/lightpit.css

changeset 211
8066895cc57e
parent 209
c9c6abf167c7
child 213
5b55a5318a83
--- a/src/main/webapp/lightpit.css	Tue Aug 03 14:08:08 2021 +0200
+++ b/src/main/webapp/lightpit.css	Tue Aug 03 14:46:04 2021 +0200
@@ -27,8 +27,38 @@
  * 
  */
 
+@font-face {
+    font-family: LightPIT;
+    src: url('fonts/MPLUS1p-Thin.ttf');
+    font-weight: 100;
+}
+
+@font-face {
+    font-family: LightPIT;
+    src: url('fonts/MPLUS1p-Light.ttf');
+    font-weight: 300;
+}
+
+@font-face {
+    font-family: LightPIT;
+    src: url('fonts/MPLUS1p-Regular.ttf');
+    font-weight: 400;
+}
+
+@font-face {
+    font-family: LightPIT;
+    src: url('fonts/MPLUS1p-Medium.ttf');
+    font-weight: 500;
+}
+
+@font-face {
+    font-family: LightPIT;
+    src: url('fonts/MPLUS1p-Bold.ttf');
+    font-weight: 700;
+}
+
 html {
-    font-family: sans-serif;
+    font-family: LightPIT,sans-serif;
     font-size: 11pt;
     background: white;
     color: #1c204e;

mercurial