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

@easyfonts/league-junction-typeface

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyfonts/league-junction-typeface

"league junction" typeface by Caroline Hadilaksono & Tyler Finck

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by400%
Maintainers
1
Weekly downloads
 
Created
Source
  • Synopsis
  • Install
  • Usage
  • Example

Synopsis

League Junction 1

By Caroline Hadilaksono and Tyler Finck (last update: November 14, 2017)

Junction is a a humanist sans-serif, and the first open-source type project started by The League of Moveable Type. It has been updated (2014) to include additional weights (light/bold) and expanded international support.

League Junction 2 League Junction 3 League Junction 4

Install

Install the fontface via npm.

npm install --save @easyfonts/league-junction-typeface
## OR
yarn add @easyfonts/league-junction-typeface

Usage

Include the font in your build with


import '@easyfonts/leaugue-junction-typeface';

Specify the font-family name:

  .someclass {
     font-family: Junction;
  }

This will install all fontfiles and (1.1Mb).

If you are not using all font weights you can select a subset of fontfiles to be included into your build based on the font-weight

import statementfont-weight
import '@easyfonts/leaugue-junction-typeface/light';200
import '@easyfonts/leaugue-junction-typeface/regular';400
import '@easyfonts/leaugue-junction-typeface/bold';700

Example

Include only extra-bold for your bundle

javascript:

import '@easyfonts/leaugue-junction-typeface/bold';

css:

@import '@easyfonts/leaugue-junction-typeface/bold';

Include regular and bold in your bundle;

javascript:

import '@easyfonts/leaugue-junction-typeface/regular';
import '@easyfonts/leaugue-junction-typeface/bold';

css:

@import '@easyfonts/leaugue-junction-typeface/regular';
@import '@easyfonts/leaugue-junction-typeface/bold';

Keywords

FAQs

Package last updated on 12 Sep 2023

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