mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
modify font-face
This commit is contained in:
parent
677e950a1d
commit
160c49a49f
1 changed files with 6 additions and 10 deletions
|
@ -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")
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue