All Projects → South-Paw → Typeface Fixed System Excelsior

South-Paw / Typeface Fixed System Excelsior

Licence: mit
Fixed System Excelsior typeface

Projects that are alternatives of or similar to Typeface Fixed System Excelsior

Alfred Font Awesome Workflow
🎩 Font Awesome workflow for Alfred
Stars: ✭ 714 (+11800%)
Mutual labels:  font, webfont
fontagon
Fontagon is a great tool that easily converts svg into icon font. Fontagon-cli allows faster conversion to commands.
Stars: ✭ 18 (+200%)
Mutual labels:  font, webfont
Webfont
Awesome generator of webfont
Stars: ✭ 170 (+2733.33%)
Mutual labels:  font, webfont
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (+966.67%)
Mutual labels:  font, webfont
microns
The universal icon set for user interfaces.
Stars: ✭ 58 (+866.67%)
Mutual labels:  font, webfont
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (+2383.33%)
Mutual labels:  font, webfont
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (+6133.33%)
Mutual labels:  font, webfont
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+30116.67%)
Mutual labels:  font, webfont
Bellota-Font
An ornamented Sans Serif font family
Stars: ✭ 21 (+250%)
Mutual labels:  font, webfont
cryptofont
Cryptocurrency icon webfont and SVG
Stars: ✭ 149 (+2383.33%)
Mutual labels:  font, webfont
Unicons
1000+ Pixel-perfect vector icons and Iconfont for your next project.
Stars: ✭ 911 (+15083.33%)
Mutual labels:  font, webfont
Nuxt Webfontloader
Efficient web font loading has never been easier!
Stars: ✭ 264 (+4300%)
Mutual labels:  font, webfont
Font Awesome
The iconic SVG, font, and CSS toolkit
Stars: ✭ 66,937 (+1115516.67%)
Mutual labels:  font, webfont
font-gis
Icon font and SVG for use with GIS and spatial analysis tools
Stars: ✭ 121 (+1916.67%)
Mutual labels:  font, webfont
svg-fixer
Converts SVG Strokes To Fill.
Stars: ✭ 59 (+883.33%)
Mutual labels:  font, webfont
Yakuhanjp
Yakumono-Hankaku Only Web Fonts
Stars: ✭ 288 (+4700%)
Mutual labels:  font, webfont
Fantasque Sans
A font family with a great monospaced variant for programmers.
Stars: ✭ 5,783 (+96283.33%)
Mutual labels:  font
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+11833.33%)
Mutual labels:  font
Source Han Serif
Source Han Serif | 思源宋体 | 思源宋體 | 思源宋體 香港 | 源ノ明朝 | 본명조
Stars: ✭ 5,920 (+98566.67%)
Mutual labels:  font
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+13050%)
Mutual labels:  font

typeface-fixed-system-excelsior

The CSS and web font files for the Fixed System Excelsior 3.0.0 typeface

Install

npm install --save @south-paw/typeface-fixed-system-excelsior

or

yarn add @south-paw/typeface-fixed-system-excelsior

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 Fixed System Excelsior typeface
require("@south-paw/typeface-fixed-system-excelsior");

and then apply the font family via CSS:

body {
  font-family: "FixedSystemExcelsior";
}

Note that the font is best used at 16px or 12pt.

For larger sizes, use increments of the size (e.g. 16px, 32px, 48px, 64px...)

Source

I did not create this font, I only placed it in the repo and published it to NPM for use.

Fixed System Excelsior was originally created by Darien (and used to be hosted on this website)

The CSS for the Webfont is a modified version of fanfare's that I found on a Stackoverflow topic.

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].