Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a424e2e authored by Fynn Godau's avatar Fynn Godau
Browse files

Fonts from local storage

parent b8687338
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
* `style-microg-sattelite-*.json` is the same, but with a sattelite layer (no openmaptiles variant, because openmaptiles does not specify a sattelite layer). **TODO: create these.**

* `sprite_sources` files can be generated to a single sprite file as found in the app's assets using `spreet` (see below).
* **TODO: remove references to mapbox for fonts.**
* PBF files for fonts can be generated using `build_pbf_glyphs` from the `fonts` folder.

## Resources

+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
        }
    },
    "sprite": "asset://sprites",
    "glyphs": "mapbox://fonts/microg/{fontstack}/{range}.pbf",
    "glyphs": "asset://{fontstack}/{range}.pbf",
    "layers": [
        {
            "id": "background",
Loading