3

How can I embed a custom bitmap font into my website using CSS? I've tried the following but it just reverts to the fallback font:

@font-face {
font-family:'AgendaSemibold';
src: url('Agenda-Semibold.bmap') format('bitmap');
}

I'm trying to call it using the usual way:

font-family: 'AgendaSemibold', Times New Roman, Sans-Serif;

The font has been uploaded to my webspace but it's just reverting to Times.

Rob
  • 6,304
  • 24
  • 83
  • 189

0 Answers0