Slide 10
Slide 10 text
@font-face {
font-family: ‘ma-super-typo’;
font-weight: 400; // 400 = regular, roman, book
src: url(‘myfont-regular.eot?#iefix’) format(‘embedded-opentype’),
url(‘myfont-regular.woff’) format(‘woff’),
url(‘myfont-regular.ttf’) format(‘truetype’),
url(‘myfont-regular.svg#svgFontName’) format(‘svg’);
}
@font-face {
font-family: ‘ma-super-typo’;
font-weight: 700; // 700 = bold
src: url(‘myfont-bold.eot?#iefix’) format(‘embedded-opentype’),
url(‘myfont-bold.woff’) format(‘woff’),
url(‘myfont-bold.ttf’) format(‘truetype’),
url(‘myfont-bold.svg#svgFontName’) format(‘svg’);
}