Skip to content

dataloo/font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6fd639d · Dec 10, 2016

History

14 Commits
Oct 12, 2016
Nov 25, 2016
Dec 10, 2016
Dec 10, 2016
Dec 10, 2016
Dec 10, 2016
Dec 10, 2016

Repository files navigation

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