Change logo font
This commit is contained in:
parent
8dfd2324a6
commit
40f0b496e6
BIN
src/main/resources/static/css/font/norwester.ttf
Executable file
BIN
src/main/resources/static/css/font/norwester.ttf
Executable file
Binary file not shown.
BIN
src/main/resources/static/css/font/norwester.woff
Executable file
BIN
src/main/resources/static/css/font/norwester.woff
Executable file
Binary file not shown.
@ -18,3 +18,20 @@ body {
|
|||||||
main {
|
main {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Norwester";
|
||||||
|
src: url("/css/font/norwester.ttf"),
|
||||||
|
url("/css/font/norwester.woff");
|
||||||
|
}
|
||||||
|
|
||||||
|
.brand-logo{
|
||||||
|
font-family: Norwester;
|
||||||
|
font-size: 45px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
-webkit-text-fill-color: #fbcf40;
|
||||||
|
-webkit-text-stroke-color: black;
|
||||||
|
-webkit-text-stroke-width: 3px;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
@ -29,5 +29,4 @@ if(discordToken !== ""){
|
|||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
window.location = "/";
|
window.location = "/";
|
||||||
debugger;
|
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
<div th:fragment="header (page, guild_name, isAdmin)">
|
<div th:fragment="header (page, guild_name, isAdmin)">
|
||||||
<nav class="brown darken-4 z-depth-3" role="navigation" >
|
<nav class="brown darken-4 z-depth-3" role="navigation" >
|
||||||
<div class="nav-wrapper container">
|
<div class="nav-wrapper container">
|
||||||
<b><a id="logo-container" href="/" class="brand-logo" style="white-space: nowrap">Claptrap Bot</a></b>
|
<a href="/" class="brand-logo hide-on-small-and-down" style="white-space: nowrap">Claptrap Bot</a>
|
||||||
|
<a href="/" class="brand-logo hide-on-med-and-up show-on-small" style="white-space: nowrap">Claptrap</a>
|
||||||
<ul class="right hide-on-med-and-down">
|
<ul class="right hide-on-med-and-down">
|
||||||
<li>
|
<li>
|
||||||
<a class="nav-change-guild truncate waves-effect waves-light btn-flat grey-text text-darken-1" th:text="${guild_name}" style="margin-top: 2px;margin-right: 0px;"></a>
|
<a class="nav-change-guild truncate waves-effect waves-light btn-flat grey-text text-darken-1" th:text="${guild_name}" style="margin-top: 2px;margin-right: 0px;"></a>
|
||||||
|
@ -25,7 +25,8 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav class="brown darken-4 z-depth-3" role="navigation">
|
<nav class="brown darken-4 z-depth-3" role="navigation">
|
||||||
<div class="nav-wrapper container">
|
<div class="nav-wrapper container">
|
||||||
<a id="logo-container" href="/" class="brand-logo center">Claptrap Bot</a>
|
<a href="/" class="brand-logo hide-on-small-and-down center" style="white-space: nowrap">Claptrap Bot</a>
|
||||||
|
<a href="/" class="brand-logo hide-on-med-and-up show-on-small center" style="white-space: nowrap">Claptrap</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
@ -25,7 +25,8 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav class="brown darken-4 z-depth-3" role="navigation">
|
<nav class="brown darken-4 z-depth-3" role="navigation">
|
||||||
<div class="nav-wrapper container">
|
<div class="nav-wrapper container">
|
||||||
<a id="logo-container" href="/" class="brand-logo center">Claptrap Bot</a>
|
<a href="/" class="brand-logo hide-on-small-and-down center" style="white-space: nowrap">Claptrap Bot</a>
|
||||||
|
<a href="/" class="brand-logo hide-on-med-and-up show-on-small center" style="white-space: nowrap">Claptrap</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user