0.8.19 • Published 10 months ago

@pmndrs/msdfonts v0.8.19

Weekly downloads
-
License
-
Repository
-
Last release
10 months 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

1 year 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

12 months ago

0.8.13

12 months ago

0.8.10

1 year ago

0.8.19

10 months ago

0.8.16

11 months ago

0.8.15

12 months ago

0.8.18

10 months ago

0.8.17

10 months ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.1

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.7.0

1 year ago

0.6.4

1 year ago

0.6.3

1 year ago

0.6.2

1 year ago