Merge "Make base font repository path configurable via $wgULSFontRepositoryBasePath"
This commit is contained in:
@@ -47,8 +47,7 @@
|
||||
};
|
||||
|
||||
mediawikiFontRepository = $.webfonts.repository;
|
||||
mediawikiFontRepository.base = mw.config.get( 'wgExtensionAssetsPath' ) +
|
||||
'/UniversalLanguageSelector/data/fontrepo/fonts/';
|
||||
mediawikiFontRepository.base = mw.config.get( 'wgULSFontRepositoryBasePath' );
|
||||
|
||||
mw.webfonts.setup = function () {
|
||||
// Initialize webfonts
|
||||
|
||||
Reference in New Issue
Block a user