Merge "Correct the path to the font in test file"
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'Autonym';
|
||||
src: url('../lib/jquery.uls/css/font/Autonym.eot');
|
||||
src: url('../data/fontrepo/fonts/Autonym/Autonym.eot');
|
||||
src: local('Autonym'),
|
||||
url('../lib/jquery.uls/css/font/Autonym.woff') format('woff'),
|
||||
url('../lib/jquery.uls/css/font/Autonym.ttf') format('truetype');
|
||||
url('../data/fontrepo/fonts/Autonym/Autonym.woff') format('woff'),
|
||||
url('../data/fontrepo/fonts/Autonym/Autonym.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user