wire-elements / wire-spy

WireSpy—a sleek new debug bar for Livewire
https://wire-elements.dev/blog/announcing-wirespy-a-sleek-new-debug-bar-for-livewire
MIT License
301 stars 8 forks source link

Wire Spy sets the font for whole page #5

Closed slovenianGooner closed 1 week ago

slovenianGooner commented 1 week ago

The font used in WireSpy is set over the whole html and not just in the scope of .wire-spy container.

.wire-spy :host, html {
font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
PhiloNL commented 1 week ago

Thanks for reporting @slovenianGooner - this should now be fixed.