From 160c49a49f71ce6118acaa39ff04288b7f454aa3 Mon Sep 17 00:00:00 2001 From: derchris Date: Sun, 6 Aug 2023 00:42:47 +0200 Subject: [PATCH] modify font-face --- configs/conferences/camp2023/main.less | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/configs/conferences/camp2023/main.less b/configs/conferences/camp2023/main.less index 2b3126e9..5abbf2c6 100644 --- a/configs/conferences/camp2023/main.less +++ b/configs/conferences/camp2023/main.less @@ -1,16 +1,12 @@ @import "../../../assets/css/_structure.less"; -/* noto-sans-regular - latin */ +/* BeonRegular */ @font-face { - font-family: 'BeonRegular'; - font-style: normal; - font-weight: 400; - 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") + font-family: 'BeonRegular'; + src: url('/configs/conferences/camp2023/Beon-Regular_EG.otf'); + src: url('/configs/conferences/camp2023/Beon-Regular_EG.otf') format("opentype") } - // conference specific styles here @pw-color: #FB48C4; @bg-orange: #3FFF21; @@ -63,11 +59,11 @@ body { background-size: contain; padding: @navbar-height 0; 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 { - font-family: "Noto Sans",Arial,sans-serif; + font-family: "BeonRegular",Arial,sans-serif; font-weight: bold; }