Socket
Socket
Sign inDemoInstall

fontsource-forum

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fontsource-forum

Forum font in NPM glory.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Fontsource Forum

npm version Generic badge GitHub stars

The CSS and web font files to easily self-host the “Forum” font. Please visit the main Fontsource monorepo to view more details on this package.

Installation

Fontsource assumes you are using a bundler, such as Webpack, to load in CSS. Tools like CRA, Gatsby and Next.js are prebuilt example solutions that are compatible.

yarn add fontsource-forum // npm install fontsource-forum

Then within your app entry file or site component, import it in. For example in Gatsby, you could choose to import it into a layout template (layout.js), page component, or gatsby-browser.js.

import "fontsource-forum" //require("fontsource-forum")

Fontsource allows you to select font subsets, weights and even individual styles, allowing you to cut down on payload sizes to the last byte! The default selection above, however, sticks to the Latin subset including all weights and styles.

import "fontsource-forum/latin-ext.css" // All weights and styles included.
import "fontsource-forum/cyrillic-ext-400.css" // All styles included.
import "fontsource-forum/greek-700-normal.css" // Select either normal or italic.

Alternatively, the same solutions could be imported via SCSS!

@import "~fontsource-forum/index.css";
@import "~fontsource-forum/vietnamese-300-italic.css";

These examples may not reflect actual compatibility. Please refer below.

Supported variables:

  • Subsets: [cyrillic,cyrillic-ext,latin,latin-ext]
  • Weights: [400]
  • Styles: [normal]

Finally, you can reference the font name in a CSS stylesheet, CSS Module, or CSS-in-JS.

body {
  font-family: "Forum";
}

Licensing

It is important to always read the license for every font that you use. Most of the fonts in the collection use the SIL Open Font License, v1.1. Some fonts use the Apache 2 license. The Ubuntu fonts use the Ubuntu Font License v1.0.

Google Fonts License Attributions

Other Notes

Feel free to star and contribute new ideas to this repository that aim to improve the performance of font loading, as well as expanding the existing library we already have. Any suggestions or ideas can be voiced via an issue.

Keywords

FAQs

Package last updated on 31 May 2020

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