Skip to content

Commit

Permalink
Create negative_spaces.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arctic-foxxy authored Nov 13, 2024
1 parent 961ae7b commit a0b68bf
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions main/assets/astro/font/negative_spaces.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"providers": [
{
"type": "space",
"advances": {
"\uF801": -1,
"\uF802": -2,
"\uF803": -3,
"\uF804": -4,
"\uF805": -5,
"\uF806": -6,
"\uF807": -7,
"\uF808": -8,
"\uF809": -16,
"\uF80A": -32,
"\uF80B": -64,
"\uF80C": -128,
"\uF80D": -512,
"\uF821": 1,
"\uF822": 2,
"\uF823": 3,
"\uF824": 4,
"\uF825": 5,
"\uF826": 6,
"\uF827": 7,
"\uF828": 8,
"\uF829": 16,
"\uF82A": 32,
"\uF82B": 64,
"\uF82C": 128,
"\uF82D": 512
}
}
]
}

0 comments on commit a0b68bf

Please sign in to comment.