Add Dark Souls themed font.
This commit is contained in:
BIN
static/OptimusPrinceps.ttf
Normal file
BIN
static/OptimusPrinceps.ttf
Normal file
Binary file not shown.
BIN
static/OptimusPrincepsSemiBold.ttf
Normal file
BIN
static/OptimusPrincepsSemiBold.ttf
Normal file
Binary file not shown.
@@ -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 */
|
/* Some Colors */
|
||||||
a {
|
a {
|
||||||
color: #b52828
|
color: #b52828
|
||||||
@@ -35,6 +44,12 @@ a:hover {
|
|||||||
.brand-icon{
|
.brand-icon{
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
.navbar-brand{
|
||||||
|
font-family: 'DarkSoulsBold', serif;
|
||||||
|
}
|
||||||
|
.nav-link {
|
||||||
|
font-family: 'DarkSouls', serif;
|
||||||
|
}
|
||||||
|
|
||||||
.vertical-center {
|
.vertical-center {
|
||||||
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
||||||
|
|||||||
Reference in New Issue
Block a user