Comparing version 0.1.7 to 0.1.8
{ | ||
"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; | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
652885
126