peterdesmet / spoonbill

Theme for a Pelican powered blog
Other
3 stars 0 forks source link

Shouldn't I add fonts with @fontface #25

Open peterdesmet opened 10 years ago

peterdesmet commented 10 years ago

Cf:

@font-face {
  font-family: 'Shift';
  font-style: normal;
  font-weight: normal;
  src: url("http://s3.amazonaws.com/codecademy-content/courses/ltp/fonts/shift.woff") format("woff");
}
@font-face {
  font-family: 'Shift';
  font-style: normal;
  font-weight: bold;
  src: url("http://s3.amazonaws.com/codecademy-content/courses/ltp/fonts/shift-bold.woff") format("woff");
}