New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pmndrs/msdfonts

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pmndrs/msdfonts

base64 msdf fonts distributed as npm package

  • 0.8.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1.5K
increased by68.44%
Maintainers
0
Weekly downloads
 
Created
Source

msdfonts

base64 msdf fonts distributed as npm packages

usage with R3/uikit

import { inter } from '@pmndrs/msdfonts'

;<FontFamilyProvider inter={inter}>{...children}</FontFamilyProvider>

How to build

First Step

cd docker-volume docker build . -t msdfonts
docker run -v ./docker-volume:/data/:rw -e GOOGLE_FONTS_API_KEY='<insert-api-key>' msdfonts

for users on ARM architecture (e.g. Apple M-chips)

cd docker-volume docker build . --platform linux/x86_64 -t msdfonts
docker run -v ./docker-volume:/data/:rw -e GOOGLE_FONTS_API_KEY='<insert-api-key>' --platform linux/x86_64 msdfonts

Final Step

Now delete the file in src/index.ts and copy the file docker-volume/index.ts into src/index.ts

Keywords

FAQs

Package last updated on 13 Jan 2025

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