@font-face { src: url('assets/base02.ttf'); font-family: Base02; /* unicode-range: U+0021-U+007B; */ /* whole range of uppercase, lowercase, symbols and punctuation. */ unicode-range: U+0054-U+0054, /* T */ U+0061-U+007A, /* a-z */ U+002E-U+002E; /* . (period) */ } .MyEmbeddedFont { font-family: Base02; font-size: 14px; }