minor test updates
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

removed font
This commit is contained in:
Samuel Philipp 2020-08-13 18:48:24 +02:00
parent 4284b6dea1
commit b2c146fae6
3 changed files with 4 additions and 12 deletions

View file

@ -9,11 +9,6 @@
@import "~@fortawesome/fontawesome-free/scss/brands";
@import "~@fortawesome/fontawesome-free/scss/regular";
@font-face {
font-family: 'Minotaur';
src: local('Minotaur Phatte'), url(../font/minotaur.ttf) format('truetype');
}
body {
background: url('../img/bg.png') no-repeat center center fixed;
-webkit-background-size: cover;
@ -57,8 +52,6 @@ a:hover {
}
.sp-codes {
font-family: "Minotaur", monospace;
font-size: 5rem;
text-align: center;
}