Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "geist", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"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", |
import { NextFont } from "@next/font"; | ||
declare module "geist/font" { | ||
/** | ||
* Geist Sans | ||
* | ||
* Includes 9 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} | ||
*/ | ||
export const sansFont: NextFont; | ||
/** | ||
* Geist Mono | ||
* | ||
* Includes 9 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} | ||
*/ | ||
export const monoFont: 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
651190
118