更换 Logo 字体为 Sniglet-Regular
This commit is contained in:
parent
04b19434b9
commit
d57180bb82
@ -385,7 +385,8 @@ hr {
|
|||||||
.login-page .login-container .login-form .brand .brand-text {
|
.login-page .login-container .login-form .brand .brand-text {
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-family: "TypoGraphica";
|
font-family: "Sniglet-Regular";
|
||||||
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
.login-page .login-container .login-form .brand:hover {
|
.login-page .login-container .login-form .brand:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -572,7 +573,8 @@ small {
|
|||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
color: #5e72e4;
|
color: #5e72e4;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
font-family: "TypoGraphica";
|
font-family: "Sniglet-Regular";
|
||||||
|
font-weight:bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
@ -649,7 +651,8 @@ header .fill .container .showSide:hover {
|
|||||||
header .fill .container .brand {
|
header .fill .container .brand {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "TypoGraphica";
|
font-family: "Sniglet-Regular";
|
||||||
|
font-weight:bold;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
@ -44,6 +44,13 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Sniglet-Regular';
|
||||||
|
src: url('../fonts/Sniglet-Regular.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
/* ICON Font */
|
/* ICON Font */
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user