mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2024-11-28 21:13:51 +01:00
Fonts
This commit is contained in:
parent
7c5857cba7
commit
8a0e6fc8f8
BIN
static/fonts/BQN386.ttf
Normal file
BIN
static/fonts/BQN386.ttf
Normal file
Binary file not shown.
|
@ -1,6 +1,12 @@
|
|||
@charset "UTF-8";
|
||||
@import "gruvbox.css";
|
||||
|
||||
@font-face {
|
||||
font-family: "BQN386";
|
||||
src: url('/fonts/BQN386.ttf');
|
||||
}
|
||||
|
||||
|
||||
:root{
|
||||
scrollbar-color: var(--ansi08) transparent;
|
||||
}
|
||||
|
@ -132,6 +138,8 @@ td{ border-bottom: 1pt dashed; }
|
|||
.pagination__buttons{display:flex; justify-content:center;}
|
||||
.pagination__buttons .next::after{content:" →";}
|
||||
.pagination__buttons .prev::before{content:"← ";}
|
||||
.language-bqn{font-family: "BQN386", monospace;}
|
||||
.language-orca{font-family: "BQN386", monospace;}
|
||||
|
||||
@keyframes gay {
|
||||
0%{background-position: 0px 50%;}
|
||||
|
|
Loading…
Reference in a new issue