Files
Andriy Oblivantsev 2d1d93c455
CI / test (push) Successful in 4s
Add local MapLibre glyph fonts under web and use them in OSM Liberty style.
Commit bundled PBF font ranges in web/fonts and point the style glyph template to local files to avoid external glyph 404s.

Made-with: Cursor
2026-03-02 22:08:01 +00:00

16 lines
316 B
JSON

{
"name": "roboto-fontface",
"description": "A simple package providing the Roboto fontface.",
"version": "0.9.0",
"main": [
"./css/roboto/roboto-fontface.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}