src/main/webapp/lightpit.css

changeset 333
124f605ec40a
parent 283
ea6181255423
--- a/src/main/webapp/lightpit.css	Sat Nov 09 09:25:59 2024 +0100
+++ b/src/main/webapp/lightpit.css	Sat Nov 09 10:08:10 2024 +0100
@@ -27,38 +27,8 @@
  * 
  */
 
-@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: LightPIT,sans-serif;
+    font-family: sans-serif;
     font-size: 11pt;
     background: white;
     color: #1c204e;

mercurial