groups

Link to this snippet:


Download to Code Collector

language: Other
licence: Other

@fontface

options: send to code collectorview all davidholbrook's snippets
@font-face {
font-family: "Diavlo Bold";
src: url(DiavloEOT.eot); /* Hello, IE */
src: local("Diavlo Bold"), url(Diavlo_BOLD_II_37.otf) format("opentype");
}

p.diavlo-bold { font-family: "Diavlo Bold", sans-serif; font-weight:bold;}