Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/93455


Change subject: Correct the path to the font in test file
......................................................................

Correct the path to the font in test file

Change-Id: I134be7f625464ab3d895535cc18d19930e67e447
---
M tests/autonym.html
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/55/93455/1

diff --git a/tests/autonym.html b/tests/autonym.html
index 896225f..95ceb8a 100644
--- a/tests/autonym.html
+++ b/tests/autonym.html
@@ -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;
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/93455
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I134be7f625464ab3d895535cc18d19930e67e447
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to