New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Fixed System Excelsior typeface

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 05 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc