All Projects → bedlaj → openfonts

bedlaj / openfonts

Licence: MIT license
NPM packages for all graduated Google Fonts typefaces including non-english subsets.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to openfonts

Inconsolata
Development repo of Inconsolata Fonts by Raph Levien
Stars: ✭ 535 (+1204.88%)
Mutual labels:  google-fonts
Google Fonts Module
Google Fonts module for NuxtJS
Stars: ✭ 98 (+139.02%)
Mutual labels:  google-fonts
Yrsa Rasa
Yrsa & Rasa: fonts for Latin and Gujarati
Stars: ✭ 200 (+387.8%)
Mutual labels:  google-fonts
Fontsource
Self-host Open Source fonts in neatly bundled NPM packages.
Stars: ✭ 836 (+1939.02%)
Mutual labels:  google-fonts
Google Fonts Plugin
Webpack plugin that downloads fonts from Google Fonts and encodes them to base64
Stars: ✭ 83 (+102.44%)
Mutual labels:  google-fonts
Gftools
Misc tools for working with the Google Fonts library
Stars: ✭ 132 (+221.95%)
Mutual labels:  google-fonts
Next Google Fonts
A tiny Next.js helper for loading Google Fonts fast and asynchronously ⏩
Stars: ✭ 369 (+800%)
Mutual labels:  google-fonts
seed-fonts
WordPress plugin that helps you use web fonts (@font-face) easier. You can use 5 ready-generated Thai-English web fonts, or use your own collection.
Stars: ✭ 20 (-51.22%)
Mutual labels:  google-fonts
Work Sans
A grotesque sans.
Stars: ✭ 1,319 (+3117.07%)
Mutual labels:  google-fonts
Recursive
Recursive Mono & Sans is a variable font family for code & UI
Stars: ✭ 2,095 (+5009.76%)
Mutual labels:  google-fonts
Usefonts
A tool to help designers and developers select their perfect fonts. It uses Google Fonts API to fetch the fonts.
Stars: ✭ 29 (-29.27%)
Mutual labels:  google-fonts
Webfont Test
Test and analyze fonts for the web: Google fonts, system fonts and custom fonts.
Stars: ✭ 36 (-12.2%)
Mutual labels:  google-fonts
Font Library
📇 An open source project to tag and organize Google Fonts
Stars: ✭ 132 (+221.95%)
Mutual labels:  google-fonts
Awesome Fonts
Curated list of fonts and everything
Stars: ✭ 798 (+1846.34%)
Mutual labels:  google-fonts
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (+812.2%)
Mutual labels:  google-fonts
Matter
Customizable GRUB theme inspired by Material Design
Stars: ✭ 439 (+970.73%)
Mutual labels:  google-fonts
Fontcdn
Search tool for Google Fonts
Stars: ✭ 126 (+207.32%)
Mutual labels:  google-fonts
devs-codex
A repo of helpful front end development and design links
Stars: ✭ 16 (-60.98%)
Mutual labels:  google-fonts
icon-maker-loader
Webpack loader to use icon font, easiest solution!
Stars: ✭ 16 (-60.98%)
Mutual labels:  font-files
Inkwell
An inkwell to use custom fonts on the fly.
Stars: ✭ 146 (+256.1%)
Mutual labels:  google-fonts

What

This is fork of awesome project typefaces, allowing to use different character subsets.

Each typeface package ships with all the necessary font files and css to self-host an open source typeface.

All Google Fonts have been added as well.

How

Couldn’t be easier. This is how you’d add Open Sans.

npm install --save @openfonts/open-sans_latin

Then in your app or site’s entry file.

require("@openfonts/open-sans_latin")

And that’s it! You’re now self-hosting Open Sans!

It should take < 5 minutes to swap out Google Fonts.

Typeface assumes you’re using webpack with loaders setup for loading css and font files (you can use Typeface with other setups but webpack makes things really really simple). Assuming your webpack configuration is setup correctly you then just need to require the typeface in the entry file for your 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].