Not sure about the bold name. Siri Core Bold gets all blurry in light-on-dark layouts on OSX.
4 months ago
Try anti-aliasing that sucker!
That is why I have a medium style coming up later. For this specific reason – setting negative text. It always looks more fat on black background. And, especially in OSX all type tends to look a little bit fatter than they are :)
@Cesar Figueroa is right, if you add -webkit-font-smoothing: antialiased; it should help a lot. This is looking great!
-webkit-font-smoothing: antialiased;
Loving the colour scheme.
I don't suppose there's an equivalent attribute that would fix the blurriness in Firefox?
There’s a text-shadow hack that performs a similar effect.
@Cesar Figueroa Didn't seem to work on Firefox. I'm being told nothing else works either. Oh well.
@Joni Korpi Haven't tried it, but you could maybe try the 0 text shadow trick? {text-shadow 0 0 0 color_of_your_font} to see if that helps firefox…
keyboard shortcuts: ← previous shot → next shot L or F like
9 Responses
Pro
Joni Korpi
Not sure about the bold name. Siri Core Bold gets all blurry in light-on-dark layouts on OSX.
4 months ago
Pro
Cesar Figueroa
Try anti-aliasing that sucker!
4 months ago
That is why I have a medium style coming up later. For this specific reason – setting negative text. It always looks more fat on black background. And, especially in OSX all type tends to look a little bit fatter than they are :)
4 months ago
@Cesar Figueroa is right, if you add
-webkit-font-smoothing: antialiased;it should help a lot. This is looking great!4 months ago
Loving the colour scheme.
4 months ago
Pro
Joni Korpi
I don't suppose there's an equivalent attribute that would fix the blurriness in Firefox?
4 months ago
Pro
Cesar Figueroa
There’s a text-shadow hack that performs a similar effect.
4 months ago
Pro
Joni Korpi
@Cesar Figueroa Didn't seem to work on Firefox. I'm being told nothing else works either. Oh well.
4 months ago
@Joni Korpi Haven't tried it, but you could maybe try the 0 text shadow trick? {text-shadow 0 0 0 color_of_your_font} to see if that helps firefox…
4 months ago