luci-theme-design: fix missing characters, logo font converted to open source font GenJyuuGothic-Medium

This commit is contained in:
gngpp 2023-03-10 11:35:25 +08:00 committed by Beginner
parent 7f10bbcd4d
commit b83e24f2a6
3 changed files with 3 additions and 3 deletions

View File

@ -120,8 +120,8 @@
}
@font-face{
font-family: 'Cocon-Regular-Font';
src : url('../fonts/Cocon-Regular-Font.otf') format('opentype');
font-family: 'GenJyuuGothic-Medium';
src : url('../fonts/GenJyuuGothic-Medium.otf') format('opentype');
}
::-webkit-scrollbar {
@ -1013,7 +1013,7 @@ padding:0;
header > .container > .brand {
font-size: 25px;
font-family: "Cocon-Regular-Font";
font-family: "GenJyuuGothic-Medium";
/*font-weight:bold;*/
line-height:60px;
/*color: white;*/