Browse Source

remove varia specific font

main
crunk 10 months ago
parent
commit
cc3b5f55b8
  1. 6
      library/static/css/style.css
  2. BIN
      library/static/fonts/AlphaClouds.ttf

6
library/static/css/style.css

@ -21,10 +21,6 @@ body:after {
position: fixed;
}
@font-face {
font-family: alphaClouds;
src: url(../fonts/AlphaClouds.ttf);
}
@font-face {
font-family: libreBaskerville;
@ -38,7 +34,7 @@ body:after {
text-shadow: 2px 2px #8B5B7F;
font-size: 52px;
text-align: center;
font-family: alphaClouds;
font-family: libreBaskerville;
mix-blend-mode: difference;
margin: 1em 0;
}

BIN
library/static/fonts/AlphaClouds.ttf

Binary file not shown.
Loading…
Cancel
Save