mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-03 05:50:25 +08:00
Use Minecraft font for logo
This commit is contained in:
parent
8fd5350ee3
commit
0198cf84f5
@ -12,10 +12,14 @@ font_stack = Ubuntu, 'Segoe UI', 'Microsoft Yahei', 'Microsoft Jhenghei', sans-s
|
||||
url('../fonts/minecraft.woff') format('woff');
|
||||
}
|
||||
|
||||
body, h1, h2, h3, h4, h5, h6, .logo {
|
||||
body, h1, h2, h3, h4, h5, h6 {
|
||||
font-family: font_stack;
|
||||
}
|
||||
|
||||
.logo-lg {
|
||||
font-family: Minecraft;
|
||||
}
|
||||
|
||||
#toast-container > div {
|
||||
opacity: 1;
|
||||
filter: "alpha(opacity=100)";
|
||||
|
Loading…
Reference in New Issue
Block a user