Uit Hack42
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met '→‎* CSS die hier wordt geplaatst heeft invloed op alle skins: @font-face { font-family: 'GoodDogRegular'; src: url('https://hack42.nl/blog/wp-content/uploa...')
 
Regel 13: Regel 13:
  
 
}
 
}
 +
 +
.polaroid { font-family: "GoodDogRegular", Georgia, serif; }

Versie van 16 feb 2012 12:28

/** CSS die hier wordt geplaatst heeft invloed op alle skins */


@font-face {
    font-family: 'GoodDogRegular';
    src: url('https://hack42.nl/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'),
         url('https://hack42.nl/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('https://hack42.nl/blog/wp-content/uploads/2012/02/GoodDog-webfont.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.polaroid { font-family: "GoodDogRegular", Georgia, serif; }