modify font-face

This commit is contained in:
derchris 2023-08-06 00:42:47 +02:00
parent 677e950a1d
commit 160c49a49f

View file

@ -1,16 +1,12 @@
@import "../../../assets/css/_structure.less"; @import "../../../assets/css/_structure.less";
/* noto-sans-regular - latin */ /* BeonRegular */
@font-face { @font-face {
font-family: 'BeonRegular'; font-family: 'BeonRegular';
font-style: normal; src: url('/configs/conferences/camp2023/Beon-Regular_EG.otf');
font-weight: 400; src: url('/configs/conferences/camp2023/Beon-Regular_EG.otf') format("opentype")
src: url('/configs/conferences/camp2023/Beon-Regular_EG.otf');
src: local('Beon Regular'), local('BeonRegular'),
url('/configs/conferences/camp2023/Beon-Regular_EG.otf') format("opentype")
} }
// conference specific styles here // conference specific styles here
@pw-color: #FB48C4; @pw-color: #FB48C4;
@bg-orange: #3FFF21; @bg-orange: #3FFF21;
@ -63,11 +59,11 @@ body {
background-size: contain; background-size: contain;
padding: @navbar-height 0; padding: @navbar-height 0;
color: @body-text; color: @body-text;
font-family: "Noto Sans",Arial,sans-serif; font-family: "BeonRegular",Arial,sans-serif;
} }
h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand { h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-brand {
font-family: "Noto Sans",Arial,sans-serif; font-family: "BeonRegular",Arial,sans-serif;
font-weight: bold; font-weight: bold;
} }