Rounded Corners with CSS

Posted on June 29, 2008, under Design, Tutorials, Web Development.

Hi peeps,

Rounded CornersEver wanted to know how to add those nitfy, rounded corners to your designs? Today I’m going to share with you a couple of simple techniques to create rounded corners using a mix of CSS, HTML and a few images. Ready? (more…)

CSS, Embedded Fonts and the @font-face Rule

Posted on June 27, 2008, under Design, Web Development.

Hi peeps,

Ever had in mind using this nice looking, not web-safe font in your sites? The CSS @font-face rule has been around since the CSS2 specification. Yup, you’re right, it allows you to define custom fonts for your websites.

Damn, that’s nice! How does it works?

Its usage is quite simple, actually. Here’s an example: (more…)