From 015a17ee8fec5f4c11949f58631e58c7eaa272df Mon Sep 17 00:00:00 2001 From: RandomPerson3465 <50644934+RandomPerson3465@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:59:34 -0700 Subject: [PATCH] hotfix make sub gaps the same font as the counter --- top50/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/top50/index.css b/top50/index.css index 81c2cee..8f2196a 100644 --- a/top50/index.css +++ b/top50/index.css @@ -41,6 +41,7 @@ label,h1,h2,h3,h4,h5,h6,p { border: 0.1em solid #ffffff; transition: margin-top 500ms; position: relative; + font-family: 'Roboto', sans-serif; } .image { @@ -55,14 +56,12 @@ label,h1,h2,h3,h4,h5,h6,p { .count { transition: color 2s; font-size: 2vw; - font-family: 'Roboto', sans-serif; padding-left: 0.2vw; margin-top: 0; src: url('../../fonts/Roboto-Regular.ttf') format('truetype'); } .name { - font-family: 'Roboto', sans-serif; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;