Uit Hack42
Ga naar: navigatie, zoeken
Regel 4: Regel 4:
 
@font-face {
 
@font-face {
 
     font-family: 'GoodDogRegular';
 
     font-family: 'GoodDogRegular';
     src: url('https://hack42.nl/blog/wp-content/uploads/2012/02/GoodDog-webfont.eot');
+
     src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot');
     src: url('https://hack42.nl/blog/wp-content/uploads/2012/02/GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
+
     src: url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hack42.nl/blog/wp-content/uploads/2012/02/GoodDog-webfont.woff') format('woff'),
+
         url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.woff') format('woff'),
         url('https://hack42.nl/blog/wp-content/uploads/2012/02/GoodDog-webfont.ttf') format('truetype'),
+
         url('../../blog/wp-content/uploads/2012/02/GoodDog-webfont.ttf') format('truetype'),
         url('https://hack42.nl/blog/wp-content/uploads/2012/02/GoodDog-webfont.svg#GoodDogRegular') format('svg');
+
         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 12: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; }