0.8.19 • Published 1 year ago

@pmndrs/msdfonts v0.8.19

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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

0.8.9

1 year ago

0.8.8

1 year ago

0.8.5

1 year ago

0.8.4

2 years ago

0.8.7

1 year ago

0.8.6

1 year ago

0.8.12

1 year ago

0.8.11

1 year ago

0.8.14

1 year ago

0.8.13

1 year ago

0.8.10

1 year ago

0.8.19

1 year ago

0.8.16

1 year ago

0.8.15

1 year ago

0.8.18

1 year ago

0.8.17

1 year ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago