![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@easyfonts/league-mono-typeface
Advanced tools
By Tyler Finck (last update: November 14, 2017)
League Mono is a mashup of sorts, inspired by some beautiful forms found in both Fira Mono, Libertinus Mono, and Courier(?!).
League Mono was created for The League of Moveable Type using Glyphs app, with masters for the Thin, Regular, and Bold weights, and interpolated instances for the UltraLight, Light, Medium, SemiBold, and ExtraBold weights. This, unfortunately, is not supported by UFO files, which is why there is a Glyphs source and source files for each weight.
Install the fontface via npm.
npm install --save @easyfonts/league-mono-typeface
## OR
yarn add @easyfonts/league-mono-typeface
Include the font in your build with
import '@easyfonts/league-mono-typeface';
Reference in your css
.someclass {
font-family: 'League Mono';
}
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 statement | font-weight |
---|---|
import '@easyfonts/leaugue-mono-typeface/ultralight.css'; | 100 |
import '@easyfonts/leaugue-mono-typeface/light.css'; | 200 |
import '@easyfonts/leaugue-mono-typeface/thin.css'; | 300 |
import '@easyfonts/leaugue-mono-typeface/regular.css'; | 400 |
import '@easyfonts/leaugue-mono-typeface/medium.css'; | 500 |
import '@easyfonts/leaugue-mono-typeface/semibold.css'; | 600 |
import '@easyfonts/leaugue-mono-typeface/bold.css'; | 700 |
import '@easyfonts/leaugue-mono-typeface/extra-bold.css'; | 800 |
Include only extra-bold in your bundle
import '@easyfonts/leaugue-mono-typeface/extra-bold.css';
Include regular and semibild in your bundle;
import '@easyfonts/leaugue-mono-typeface/regular.css';
import '@easyfonts/leaugue-mono-typeface/semibold.css';
FAQs
"league mono" typeface by Tyler Finck
The npm package @easyfonts/league-mono-typeface receives a total of 2 weekly downloads. As such, @easyfonts/league-mono-typeface popularity was classified as not popular.
We found that @easyfonts/league-mono-typeface demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.