Merge "Correct the path to the font in test file"

This commit is contained in:
jenkins-bot
2013-11-04 15:34:32 +00:00
committed by Gerrit Code Review

View File

@@ -8,10 +8,10 @@
@font-face { @font-face {
font-family: 'Autonym'; font-family: 'Autonym';
src: url('../lib/jquery.uls/css/font/Autonym.eot'); src: url('../data/fontrepo/fonts/Autonym/Autonym.eot');
src: local('Autonym'), src: local('Autonym'),
url('../lib/jquery.uls/css/font/Autonym.woff') format('woff'), url('../data/fontrepo/fonts/Autonym/Autonym.woff') format('woff'),
url('../lib/jquery.uls/css/font/Autonym.ttf') format('truetype'); url('../data/fontrepo/fonts/Autonym/Autonym.ttf') format('truetype');
font-style: normal; font-style: normal;
} }