From 9b7975c38d6671da13db5dedf50160ec9ce3a38f Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 5 Nov 2022 12:57:44 +0100 Subject: [PATCH] new video lenght!!! --- css/app.main.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/css/app.main.css b/css/app.main.css index 3b34c18..fc78063 100644 --- a/css/app.main.css +++ b/css/app.main.css @@ -384,3 +384,23 @@ nav .right img { width: 30px; border-radius: 50% } + + +@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; +} + +.video > .thumbnail > .video-length { + font-size: smaller; + background-color: #0008; + color: #fff; + padding: 2px; + border-radius: 3px; + font-family: PokeTube Flex; + font-stretch: 100%; + font-weight: 600; +} \ No newline at end of file