Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 396 Bytes

mdn-font-face-1.md

File metadata and controls

16 lines (12 loc) · 396 Bytes
@font-face {
  font-family: "HeydingsControlsRegular";
          src: url("fonts/heydings_controls-webfont.eot");
  src:
    url("fonts/heydings_controls-webfont.eot?#iefix") format("embedded-opentype"),
url("fonts/heydings_controls-webfont.woff") format("woff"),
    url("fonts/heydings_controls-webfont.ttf")      format("truetype");
  font-weight: normal;
font-style: normal;
}