Tag: css Posts

CSS3 Web Fonts

Technology

I started messing around with some CSS3 stuff the other day and managed to add a web font to my site. As you can see, the title of every post is now rendered using a non web-safe font (at least if your browser supports CSS3 – right now I believe only Safari does). It’s a bit premature, as many browsers do not support them, but I thought I’d start figuring out the tricks of tomorrow’s trades. It’s just a bit of CSS magic, along with a true-type font on the server. The browser downloads the TTF and renders the titles using that font. I think it’s a pretty cool new feature, and I am looking forward to when web-fonts are part of a ubiquitous surfing experience. ** On another note, I have to drop my car off at the body shop tomorrow to get the damage to my door repaired. […]

Designing A Site For Cross-Browser Support

 Journal

As you can plainly see, I spent some time updating my blog theme the other day. One of the main problems whenever anyone does any web development is still unfortunately in the area of supporting multiple browsers. Usually a design that at first looks good in your development browser might look a bit weird in IE or another one. It takes a lot of effort sometimes to make a site work in multiple browsers, something that should not be lost on those who visit sites frequently. For the most part, I’m lazy in this area. I generally target Sarfari and Firefox, and just sort of pray that it works in IE7 and above. For the most part that’s worked our nicely for me, but I rarely do anything complicated with my themes. I know several designers that are forced to still support IE6, which is apparently extremely difficult, and for […]