Currently, I am using Montserrat. Even though it is licensed under Open License Font, I do not feel comfortable using it anymore, probably because it is used in over 17 million websites and is considered overused.
Another reason is that I have to load multiple font weights, as bold tags do not work as intended. A single weight is over 20kb in size (after removing unused glyphs). I want to keep my site lightweight, and good looking.
Also, after looking at motherfuckingwebsite.com and perfectmotherfuckingwebsite.com, I feel sad about loading any external fonts.
I want a sans font, and I am also using -webkit-text-stroke
with transparent fill to give some text outline effect.
What are your suggestions, fellow lemmings? What is your favourite font? Should I just stick with Liberation Sans?
Have you considered just using the user’s browser font via
sans-serif
?I did this on my website some time ago and honestly feels like it is the best way. You’re repecting the user’s wishes if they have a custom typeface specified, and the defaults on most OS’ are good these days otherwise.
Plus, you save some network requests and page size.