new fonts

nc-nginx-test
elena 2023-02-17 14:41:20 +01:00
parent 7ac06ef82c
commit 647191497d
17 changed files with 21 additions and 1 deletions

View File

@ -18,8 +18,28 @@
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
@font-face {
font-family: 'LeagueSpartan';
src: url('/fonts/LeagueSpartan-Regular.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LeagueSpartan Bold';
src: url('/fonts/LeagueSpartan-Bold.ttf');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'LeagueSpartan Light';
src: url('/fonts/LeagueSpartan-Light.ttf');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'LeagueSpartan', sans-serif;
color: #3b3e47;
background: #3b3e47
}