Uit Hack42
Ga naar: navigatie, zoeken
Regel 14: Regel 14:
 
}
 
}
  
.polaroid { font-family: "GoodDogRegular", Georgia, serif; }
+
.polaroid { font-family: "GoodDogRegular", Georgia, serif; font-size: 20px;}

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; font-size: 20px;}