Add Dark Souls themed font.

This commit is contained in:
2019-02-16 11:49:12 +01:00
parent 6a6b4015c8
commit c3a40978eb
3 changed files with 15 additions and 0 deletions

BIN
static/OptimusPrinceps.ttf Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,12 @@
@font-face {
font-family: 'DarkSouls';
src: url('/static/OptimusPrinceps.ttf');
}
@font-face {
font-family: 'DarkSoulsBold';
src: url('/static/OptimusPrincepsSemiBold.ttf');
}
/* Some Colors */
a {
color: #b52828
@@ -35,6 +44,12 @@ a:hover {
.brand-icon{
height: 40px;
}
.navbar-brand{
font-family: 'DarkSoulsBold', serif;
}
.nav-link {
font-family: 'DarkSouls', serif;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */