Transforms
- An Introduction to CSS 3-D Transforms
- Intro to CSS 3D transforms by David Desandro
- Text styling
Font Family
@font-face {
font-family: "Ampersand";
src: local("Times New Roman");
unicode-range: U+26;
}
div {
font-size: 4em;
font-family: Ampersand, Helvetica, sans-serif;
}