All Projects → South-Paw → typeface-minecraft

South-Paw / typeface-minecraft

Licence: MIT license
Minecraft typeface and colors

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to typeface-minecraft

Typefaces
NPM packages for Open Source typefaces
Stars: ✭ 2,581 (+12805%)
Mutual labels:  font, typeface, font-family, typography
Qiji Font
齊伋體 - typeface from Ming Dynasty woodblock printed books
Stars: ✭ 536 (+2580%)
Mutual labels:  font, typeface, typography
Otfcc
Optimized OpenType builder and inspector.
Stars: ✭ 348 (+1640%)
Mutual labels:  font, typeface, typography
Plusjakartasans
+Jakarta Sans is a open-source fonts. Designed for Jakarta "City of collaboration" program in 2020.
Stars: ✭ 136 (+580%)
Mutual labels:  font, typeface, typography
Google Type
Collaborative typography project using select passages from Aesop's Fables set to Google Fonts
Stars: ✭ 971 (+4755%)
Mutual labels:  font, typeface, typography
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (+1770%)
Mutual labels:  font, typeface, typography
plex
The package of IBM’s typeface, IBM Plex.
Stars: ✭ 7,977 (+39785%)
Mutual labels:  font, typeface
ttf2hershey
Convert True Type Fonts (.ttf) to Hershey vector fonts
Stars: ✭ 29 (+45%)
Mutual labels:  font, typography
RitaFontTester
Auxiliary tool for the development of Persian-Arabic fonts
Stars: ✭ 16 (-20%)
Mutual labels:  font, typeface
basement-grotesque
The basement grotesque typeface.
Stars: ✭ 219 (+995%)
Mutual labels:  font, typeface
yaldevi-font
A Font family supporting Sinhala, Tamil and Latin.
Stars: ✭ 14 (-30%)
Mutual labels:  font, typeface
Gluten
2 Axes/Variable/Super Soft/Display
Stars: ✭ 28 (+40%)
Mutual labels:  font, typography
amiri
Amiri (أميري) is a body text Naskh typeface
Stars: ✭ 291 (+1355%)
Mutual labels:  font, typeface
Fonts
A curation of fonts from all over the world.
Stars: ✭ 144 (+620%)
Mutual labels:  font, typeface
fdiff
An OpenType table diff tool for fonts. Based on the fontTools TTX format.
Stars: ✭ 33 (+65%)
Mutual labels:  font, typography
MultiFontViewKotlin-Android
MultiFontViewKotlin library can be used to select custom fonts for the view dynamically in your XML
Stars: ✭ 13 (-35%)
Mutual labels:  font, typeface
system-fonts
Which fonts can I use?
Stars: ✭ 29 (+45%)
Mutual labels:  font, typeface
helmet
Neo-grotesque typeface
Stars: ✭ 133 (+565%)
Mutual labels:  font, typeface
Bellota-Font
An ornamented Sans Serif font family
Stars: ✭ 21 (+5%)
Mutual labels:  font, typography
Iosevka-Mayukai
Font based on Iosevka Custom Build, with combination from Iosevka SS04 Menlo, SS07 Monaco, SS09 Source Code Pro, SS12 Ubuntu Mono, SS14 Jetbrains Mono, Hack Style, and some Nerd Font Patching.
Stars: ✭ 149 (+645%)
Mutual labels:  font, typeface

typeface-minecraft

The CSS and web font files for the Minecraft typeface and colors

Install

npm install --save @south-paw/typeface-minecraft

or

yarn add @south-paw/typeface-minecraft

Use

This project assumes that you're using webpack to process CSS and files.

The package includes the necessary font files (woff2, woff) and a CSS file with font-face declarations pointing at these files.

You will need to have webpack setup to load css and font files.

Many tools built with Webpack will work out of the box with this package such as Gatsby and Create React App.

To use, simply require the package in your project's entry file:

// Load Minecraft typeface
require("@south-paw/typeface-minecraft");

and then apply the font family via CSS:

body {
  font-family: "Minecraft";
}

The package also adds some global CSS classes for matching Minecraft colors:

.minecraft-black
.minecraft-dark-blue
.minecraft-dark-green
.minecraft-dark-aqua
.minecraft-dark-red
.minecraft-dark-purple
.minecraft-gold
.minecraft-gray
.minecraft-dark-gray
.minecraft-blue
.minecraft-green
.minecraft-aqua
.minecraft-red
.minecraft-light-purple
.minecraft-yellow
.minecraft-white

Any of these can be applied to an element e.g.

<div class="minecraft-blue">Minecraft</div>

Source

Colors are from the Minecraft wiki.

Package is inspired by the typefaces project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].