diff --git a/css/watch-util.css b/css/watch-util.css index 694375ec..c59ad091 100644 --- a/css/watch-util.css +++ b/css/watch-util.css @@ -23,7 +23,7 @@ body { overflow-x: hidden; /* Hide horizontal scrollbar */ color: #111111; } - + a { color: #0ab7f0; } @@ -370,6 +370,7 @@ a { --channel-info-background: #181818; --channel-contents-background: #0f0f0f; } + @font-face { font-family: "Ginto Nord"; font-weight: 800; @@ -377,6 +378,14 @@ a { format("woff"); } +@font-face { + font-family: "PokeTube Flex"; + src: url("https://p.poketube.fun/https://raw.githubusercontent.com/oomfiee/oomfiee.github.io/Senpai/css/robotoflex.ttf"); + font-style: normal; + font-stretch: 1% 800%; + font-display: swap; +} + .alert { padding: 20px; background-color: #f44336;