kolber (owner)
Forks
- gist: 455382 by aaronmo... created Sun Jun 27 19:34:56 -0700 2010
- gist: 456994 by bombers... Improved handling of kernin... created Tue Jun 29 02:08:08 -0700 2010
- gist: 457322 by radarseven created Tue Jun 29 08:00:27 -0700 2010
- gist: 458193 by stan created Tue Jun 29 20:21:37 -0700 2010
- gist: 461346 by mech created Fri Jul 02 06:15:39 -0700 2010
Revisions
-






fc91a8
kolber
Tue Jun 29 15:53:13 -0700 2010
-






7a82b9
kolber
Tue Jun 29 15:52:01 -0700 2010
-






0d14e6
kolber
Sun Jun 27 19:41:45 -0700 2010
-






d5373a
kolber
Sun Jun 27 19:26:26 -0700 2010
-






57cecf
kolber
Sun Jun 27 19:23:38 -0700 2010
-






cea7c7
kolber
Sun Jun 27 19:21:56 -0700 2010
-






b9420b
kolber
Sun Jun 27 19:20:06 -0700 2010
-






172f3c
kolber
Sun Jun 27 19:06:24 -0700 2010
-






17558f
kolber
Sun Jun 27 19:05:15 -0700 2010
-






38510a
kolber
Sun Jun 27 19:05:01 -0700 2010
Private Gist
All pages are served over SSL and all pushing and pulling is done over SSH. No one may fork, clone, or view it unless they are given this private URL.
Every gist with this icon (
) is private.
Public Gist
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
|





4 Comments
Tue Jun 29 10:09:12 -0700 2010
A bit offtopic, but: what's the point of writing background color of body in this manner? — background: rgba(30, 10, 0, 0.05) — this is just #F4F3F3 (faster for rengering, I guess) and you actually relying on default background color in particular browser, which can be changed:
Why I'm asking? It's seriously harms rendering in Opera browser. I know, this is problem of Opera, but I'm just curious.
Tue Jun 29 10:43:52 -0700 2010
This demo text is a bit deceiving. Safari 4/Mac doesn't appear to support it, and Firefox automatically uses ligatures on text 20px or larger.
Nice improvement for those headlines in Chrome, but I think it's not a good idea to turn it on across the board.
Tue Jun 29 15:52:53 -0700 2010
@pepelsbey I was playing around with background contrast and found it much easier than trying to work out the hex backwards. I wouldn't recommend doing this on a production site.
@RCanine thanks, I will update the text to reflect this. I have done some basic testing with larger amounts of text and it doesn't seem to actually take a noticeable performance hit.
Wed Jun 30 16:06:24 -0700 2010
I've created a Chrome/Chromium extension that automatically turns this CSS property on for every page. It can be found here: http://github.com/johnmichel/Optimize-Legibility-for-Chrome