Skip to content

Commit ca672b2

Browse files
committed
Update README and package tags
1 parent 72ea094 commit ca672b2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# Mapbox to CSS Font
1+
# Mapbox/MapLibre to CSS Font
22

3-
Utility to convert Mapbox GL Style fontstacks or fonts names to CSS compatible font definitions.
3+
Utility to convert Mapbox/MapLibre GL Style fontstacks or fonts names to CSS compatible font definitions.
44

55
For fontstacks, the style and weight of the primary font (first font in the fontstack) will also be used for the fallback fonts.
66

7-
| Mapbox Font Name | Replacement Font Name |
7+
Fonts commonly found in Mapbox/MapLibre styles, which are not available as free fonts on [Fontsource](https://fontsource.org/) or [Google Fonts](https://fonts.google.fonts/), will be replaced with a close match:
8+
9+
| Mapbox/MapLibre Font Name | Replacement Font Name |
810
|---------------------------|-----------------------|
9-
| Klokantech Noto Sans | Noto Sans |
10-
| DIN Pro | Barlow |
11+
| Klokantech Noto Sans | Noto Sans |
12+
| DIN Pro | Barlow |
1113

1214
## Usage
1315

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"keywords": [
1313
"mapbox",
14+
"maplibre",
1415
"font"
1516
],
1617
"author": "Andreas Hocevar",

0 commit comments

Comments
 (0)