diff -r 37fbdcb422b7 -r 8066895cc57e src/main/webapp/lightpit.css --- 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;