diff --git a/static/fonts/BQN386.ttf b/static/fonts/BQN386.ttf new file mode 100644 index 0000000..062ab33 Binary files /dev/null and b/static/fonts/BQN386.ttf differ diff --git a/static/style.css b/static/style.css index d864842..14291f3 100644 --- a/static/style.css +++ b/static/style.css @@ -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%;}