Correct the path to the font in test file
Change-Id: I134be7f625464ab3d895535cc18d19930e67e447
This commit is contained in:
committed by
Santhosh
parent
269dd1a6c0
commit
e00df28903
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user