/WikiFont

Free & open-source icon font for Wikimedia + Wikipedia

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Current

Image of Yaktocat

WikiFont is a project by the Wikimedia Foundation.

Minimal HTML code

This minimal demo.html requires the font files and wikiglyphs.css of this repository.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>WikiFont minimal code</title>
    <link rel="stylesheet" href="wikiglyphs.css">
    <style type="text/css">
    	i {
    		font-size: 24px;
    	}
    </style>
  </head>
	<body>
		<i class="wikiglyph wikiglyph-puzzle"></i>
		<i class="wikiglyph wikiglyph-bookmark"></i>
		<i class="wikiglyph wikiglyph-wikitrail"></i>
		<i class="wikiglyph wikiglyph-gear"></i>
		<i class="wikiglyph wikiglyph-user-face-smile"></i>
		<i class="wikiglyph wikiglyph-pencil"></i>
		<i class="wikiglyph wikiglyph-image-add"></i>
		<i class="wikiglyph wikiglyph-link"></i>
		<i class="wikiglyph wikiglyph-quotes-add"></i>
		<i class="wikiglyph wikiglyph-speech-bubbles"></i>
		and so on.
	</body>
</html>

Credit & License

MGalloway (WMF) / violetto released under the Modified BSD License. See LICENSE.