Socket
Socket
Sign inDemoInstall

geist

Package Overview
Dependencies
Maintainers
7
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geist - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "geist",
"version": "0.1.7",
"version": "0.1.8",
"description": "Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio.",

@@ -5,0 +5,0 @@ "main": "src/font.js",

@@ -5,17 +5,23 @@ import { NextFont } from "@next/font";

/**
* Geist Sans
* Geist Sans font, with `className` and `variable` properties,
* meant to be attached to DOM elements via `className`
*
* Includes 9 weights: 100, 200, 300, 400, 500, 600, 700, 800, 900
* Included weights: 100, 200, 300, 400, 500, 600, 700, 800, 900
*
* You can download the latest font files from {@link https://github.com/vercel/geist-font/releases}
* * {@link https://github.com/vercel/geist-font/releases Download font files}
*
* * {@link https://www.npmjs.com/package/geist#with-tailwind-css View Tailwind example}
*/
export const GeistSans: NextFont;
/**
* Geist Mono
* Geist Mono font, with `className` and `variable` properties,
* meant to be attached to DOM elements via `className`
*
* Includes 9 weights: 100, 200, 300, 400, 500, 600, 700, 800, 900
* Included weights: 100, 200, 300, 400, 500, 600, 700, 800, 900
*
* You can download the latest font files from {@link https://github.com/vercel/geist-font/releases}
* * {@link https://github.com/vercel/geist-font/releases Download font files}
*
* * {@link https://www.npmjs.com/package/geist#with-tailwind-css View Tailwind example}
*/
export const GeistMono: NextFont;
}
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