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.5 to 0.1.6

2

package.json
{
"name": "geist",
"version": "0.1.5",
"version": "0.1.6",
"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",

@@ -11,3 +11,3 @@ import { NextFont } from "@next/font";

*/
export const sansFont: NextFont;
export const GeistSans: NextFont;
/**

@@ -20,3 +20,3 @@ * Geist Mono

*/
export const monoFont: NextFont;
export const GeistMono: NextFont;
}
import localFont from "@next/font/local";
export const sansFont = localFont({
export const GeistSans = localFont({
src: [

@@ -53,3 +53,3 @@ {

export const monoFont = localFont({
export const GeistMono = localFont({
src: [

@@ -56,0 +56,0 @@ {

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