Now that all modern browsers support SVG favicons, here's how to turn any emoji into a favicon.svg:
<svg xmlns="https://t.co/TJalgdayix" viewBox="0 0 100 100">
<text y=".9em" font-size="90">๐ฉ</text>
</svg>
Useful for quick apps when you can't be bothered to design a favicon!
The long-awaited version 2.0 is out!
Better defaults, a better CLI and better heuristics. Oh, and TypeScript 3.8 among other things.
Read the detailed post on our blog:
https://t.co/ZbiDRFSpq9
@stshank@opera What happens when you open a new install of the following browsers for the 1st time:
Opera https://t.co/BPMxF2oumW
Vivaldi https://t.co/sapXRMixft
Dissenter https://t.co/I5haURSQXS
Brave https://t.co/337Elo5ced
Chrome https://t.co/JMSfS12DnJ
Firefox https://t.co/bhArkWNaii
Shipped! @GoogleFonts now let's you control web font loading using `font-display`. Say hello to the `display` parameter ๐
What's font-display? https://t.co/Q7RDeESwkm
Today I learned about `font-variant-numeric: tabular-nums;` Basically makes a text value act like monospace so when youโre scaling it up and down via a slider etc. it doesnโt jump around as much.