icon_fonts 

Send to Kindle
home » snippets » webdev » icon_fonts



Snippets

// Load a subset of characters – this speeds it up.
@font-face {
  font-family: foo;
  src: url('foo.ttf');
  unicode-range: U+31-33;
}