MediaWiki:Common.js: Difference between revisions
Appearance
Created page with "→Any JavaScript here will be loaded for all users on every page load.: <!-- /* * MyFonts Webfont Build ID 713635, 2011-03-01T08:21:53-0500 * * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s). * * You may obtain a valid license at the urls below. * * Webfont: Museo 300 * Url: http://new.myfonts.com/fonts..." |
No edit summary |
||
Line 113: | Line 113: | ||
var woffEnabled = true; | var woffEnabled = true; | ||
// to place your webfonts in a custom directory, uncomment this and set it to where your webfonts are. | // to place your webfonts in a custom directory, uncomment this and set it to where your webfonts are. | ||
var customPath = " | var customPath = "fonts"; | ||
</script> | </script> | ||
<script type="text/javascript" src=" | <script type="text/javascript" src="fonts/MyFonts Webfonts Order M2765247.js"></script> | ||
<script type="text/javascript" src=" | <script type="text/javascript" src="fonts/Calluna.js"></script> | ||
<script type="text/javascript" src=" | <script type="text/javascript" src="fonts/Calluna-others.js"></script> | ||
<script type="text/javascript" language="javascript" src="lytebox.js"></script> | <script type="text/javascript" language="javascript" src="lytebox.js"></script> | ||
<link rel="stylesheet" href="lytebox.css" type="text/css" media="screen"> | <link rel="stylesheet" href="lytebox.css" type="text/css" media="screen"> |
Latest revision as of 10:43, 13 June 2025
/* Any JavaScript here will be loaded for all users on every page load. */ <!-- /* * MyFonts Webfont Build ID 713635, 2011-03-01T08:21:53-0500 * * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s). * * You may obtain a valid license at the urls below. * * Webfont: Museo 300 * Url: http://new.myfonts.com/fonts/exljbris/museo/300/ * Foundry: exljbris * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: unlimited/month * CSS font-family: Museo-300 * CSS font-weight: normal * * Webfont: Museo 500 * Url: http://new.myfonts.com/fonts/exljbris/museo/500/ * Foundry: exljbris * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: unlimited/month * CSS font-family: Museo-500 * CSS font-weight: normal * * Webfont: Museo 700 * Url: http://new.myfonts.com/fonts/exljbris/museo/700/ * Foundry: exljbris * Copyright: Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: unlimited/month * CSS font-family: Museo-700 * CSS font-weight: normal * * Webfont: Museo Sans 500 * Url: http://new.myfonts.com/fonts/exljbris/museo-sans/500/ * Foundry: exljbris * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: unlimited/month * CSS font-family: MuseoSans-500 * CSS font-weight: normal * * Webfont: Museo Sans 500 Italic * Url: http://new.myfonts.com/fonts/exljbris/museo-sans/500-italic/ * Foundry: exljbris * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: unlimited/month * CSS font-family: MuseoSans-500Italic * CSS font-weight: normal * * Webfont: Museo Sans 900 * Url: http://new.myfonts.com/fonts/exljbris/museo-sans/900/ * Foundry: exljbris * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: 10,000/month * CSS font-family: MuseoSans-900 * CSS font-weight: normal * * Webfont: Calluna Regular * Url: http://new.myfonts.com/fonts/exljbris/calluna/regular/ * Foundry: exljbris * Copyright: © 2009 exljbris Font Foundry. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: unlimited/month * CSS font-family: Calluna-Regular * CSS font-weight: normal * * Webfont: Calluna Sans Regular * Url: http://new.myfonts.com/fonts/exljbris/calluna-sans/regular/ * Foundry: exljbris * Copyright: Copyright (c) 2010 by Jos Buivenga. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: unlimited/month * CSS font-family: CallunaSans-Regular * CSS font-weight: normal * * Webfont: Calluna Sans Italic * Url: http://new.myfonts.com/fonts/exljbris/calluna-sans/italic/ * Foundry: exljbris * Copyright: Copyright (c) 2010 by Jos Buivenga. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: 10,000/month * CSS font-family: CallunaSans-Italic * CSS font-weight: normal * * Webfont: Calluna Sans Bold * Url: http://new.myfonts.com/fonts/exljbris/calluna-sans/bold/ * Foundry: exljbris * Copyright: Copyright (c) 2010 by Jos Buivenga. All rights reserved. * License: http://www.myfonts.com/viewlicense?1056 * Licensed pageviews: 10,000/month * CSS font-family: CallunaSans-Bold * CSS font-weight: normal * * © 2011 Bitstream, Inc */ --> <script type="text/javascript"> //change this to true to enable troubleshooting mode var myfont_webfont_test = true; // change this to false if you're having trouble with WOFFs var woffEnabled = true; // to place your webfonts in a custom directory, uncomment this and set it to where your webfonts are. var customPath = "fonts"; </script> <script type="text/javascript" src="fonts/MyFonts Webfonts Order M2765247.js"></script> <script type="text/javascript" src="fonts/Calluna.js"></script> <script type="text/javascript" src="fonts/Calluna-others.js"></script> <script type="text/javascript" language="javascript" src="lytebox.js"></script> <link rel="stylesheet" href="lytebox.css" type="text/css" media="screen">