Use Minecraft font for logo

This commit is contained in:
Pig Fang 2018-08-06 18:44:01 +08:00
parent 8fd5350ee3
commit 0198cf84f5

View File

@ -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)";