Toggle menu
288
407
15
3.9K
QCLab
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Chameleon.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* Used when Chamelon skin is activated. */
/* Used when Chamelon skin is activated. */


/*
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.eot');
  src: url('vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
      url('vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
      url('vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.woff') format('woff'),
      url('vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
      url('vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
*/
/*
@font-face {
@font-face {
   font-family: 'Glyphicons Halflings';
   font-family: 'Glyphicons Halflings';
Line 20: Line 7:
   src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
   src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
}
*/

Revision as of 12:54, 26 June 2019

/* Used when Chamelon skin is activated. */

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}