fix path to font in templates/android_dot_com (fixes #1666)

fix for #1666
This commit is contained in:
hebbet 2015-09-30 11:33:51 +02:00
parent 9fd0c6b450
commit a937c573bf

View File

@ -16,7 +16,7 @@
@font-face {
font-family: "And Black";
src: url("myfont-webfont.eot?#iefix") format('embedded-opentype'),
src: url("fonts/and_black.eot?#iefix") format('embedded-opentype'),
url("fonts/and_black.woff") format('woff'),
url("fonts/and_black.ttf") format('truetype');
}