Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@code.gov/code-gov-font

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code.gov/code-gov-font

Custom font with icons used by code-gov-web. Based on font-awesome. Built using fontello.

  • 0.6.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

code-gov-font

Custom font with icons used by code-gov-web. Based on font-awesome and icon by Hadrien. Built using fontello.

install

In order to use the font on a website, you have to install it first. There's a good chance that you will have to update the paths below to match you folder structure.

@font-face {
  font-family: 'code-gov';
  src: url('../font/code-gov.eot?29334233');
  src: url('../font/code-gov.eot?29334233#iefix') format('embedded-opentype'),
       url('../font/code-gov.woff2?29334233') format('woff2'),
       url('../font/code-gov.woff?29334233') format('woff'),
       url('../font/code-gov.ttf?29334233') format('truetype'),
       url('../font/code-gov.svg?29334233#code-gov') format('svg');
  font-weight: normal;
  font-style: normal;
}

build

If you've updated the config.json and want to rebuild the font, run

npm run build

contact

If you have any questions, please post a GitHub issue! :-)

Keywords

FAQs

Package last updated on 14 Aug 2018

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