Uit Hack42
| Regel 4: | Regel 4: | ||
@font-face { | @font-face { | ||
font-family: 'GoodDogRegular'; | font-family: 'GoodDogRegular'; | ||
| − | src: url(' | + | src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot'); |
| − | src: url(' | + | src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot?#iefix') format('embedded-opentype'), |
| − | url(' | + | url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.woff') format('woff'), |
| − | url(' | + | url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.ttf') format('truetype'), |
| − | url(' | + | url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.svg#GoodDogRegular') format('svg'); |
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
Versie van 16 feb 2012 11:29
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
@font-face {
font-family: 'GoodDogRegular';
src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot');
src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.woff') format('woff'),
url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.ttf') format('truetype'),
url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.svg#GoodDogRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.polaroid { font-family: "GoodDogRegular", Georgia, serif; }