|
You are here |
sospedra.me | ||
| | | | |
www.client9.com
|
|
| | | | | Right now, most browsers use something like Courier for their default monospace font. This isn't very useful and not acceptable for code or programming samples. Fortunately, it's not hard to create a CSS-based system font stack with great monospace fonts. This expands on the work in System Shock Mono that originally described making a monospace CSS system font stack. CSS Below is a high-quality, monospace stack, that works on most modern (last eight years) systems.... | |
| | | | |
gomakethings.com
|
|
| | | | | For as long as I've been a web developer, I've heard that using "web-safe fonts," fonts that are preinstalled on every operating system already, is faster and more resilient than using custom web fonts. And for a while, this was true! But as Oliver Schöndorfer from Pimp My Type explains, that's no longer the case, because of mobile browsers... While this was true 15 years ago, when you would find Arial, Times New Roman, Georgia or Verdana on Windows and Apple machines, this drastically changed with the m... | |
| | | | |
iainbean.com
|
|
| | | | | Make your site faster and more environmentally-friendly by taking a system-fonts-first approach | |
| | | | |
blog.jak-linux.org
|
|
| | | I worked a bit with some Gentoo systems the last days and it was no fun. The whole compiling thing is no fun. In fact, it is a danger for the environment. If every computer in the world run Gentoo, power consumption would increase dramatically. There would also be no netbooks, as they are almost unusable for running Gentoo on it, compiling software. The path chosen by binary distributions like Debian is much better. Packages are compiled centrally and users download and install these pre-compiled packages. But it is also much less flexible in terms of which functionality is supported. We, as package maintainers, have to decide which functionality is likely to be used by the users. In Contrast, Gentoo has USE flags, which allows the user to enable the specifi... | ||