Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.5 KB

dataloo Font

This is the official dataloo.de blog font. It is called: dataloo.

Download the latest release.

Contains dataloo regular files - webfont ready:

  • ttf
  • eof
  • woff
  • woff2
  • svg

Place in your web root assets folder, add this to your css file and adjust paths to the font files:

@font-face {
  font-family: 'dataloo';
  src: url("../fonts/dataloo.eot");
  src: url("../fonts/dataloo.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/dataloo.woff2?v=0.2.0") format("woff2"), 
  url("../fonts/dataloo.woff?v=0.2.0") format("woff"), 
  url("../fonts/dataloo.ttf?v=0.2.0") format("truetype"), 
  url("../fonts/dataloo.svg?v=0.2.0#datalooregular") format("svg");
  font-weight: normal;
  font-style: normal; }

Build with

Licence

Published under

Open Font License
Open Font License