In response to blip #133866
dba_afish said:
hmm...uhh... one more thing you could try, I'd be very surprised if this worked; it's a really jank way of doing it:
svg, .nav-logo a.nav-logo-link { font-size: .67px; filter: drop-shadow(var(--color-section) -1em -1em 0) drop-shadow(var(--color-section) -1em 1em 0) drop-shadow(var(--color-section) 1em -1em 0) drop-shadow(var(--color-section) 1em 1em 0); }the only other thing I can think of is trying to use transform: scale() or something but-- I dunno.
it's very strange to me that sub-pixel values would work for text-shadow but not this...
Font size for >=1 works, fractional doesn't
Font size has no effect