aboutsummaryrefslogtreecommitdiffstats
path: root/dbdocs/fonts/indieflower/indie-flower.css
blob: 29c3285445a43f146708baf991e79652be1622a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: url('indie-flower-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Indie Flower'), local('IndieFlower'),
       url('indie-flower-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('indie-flower-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('indie-flower-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('indie-flower-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('indie-flower-v8-latin-regular.svg#IndieFlower') format('svg'); /* Legacy iOS */
}