Skip to content

Free & open-source icon font for Wikimedia + Wikipedia

Notifications You must be signed in to change notification settings

shahyar/WikiFont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d30b2a1 · Jun 5, 2014

History

26 Commits
May 31, 2014
May 31, 2014
Jun 5, 2014
Jun 5, 2014
Jun 5, 2014
Jun 5, 2014
Jun 5, 2014
Jun 5, 2014

Repository files navigation

Current

Image of Yaktocat

WikiFont is a project by the Wikimedia Foundation.

Minimal HTML code

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

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

Credit

  • Munmay (WMF)

About

Free & open-source icon font for Wikimedia + Wikipedia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages