Skip to content

Commit

Permalink
Add swaps, fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed May 5, 2024
1 parent 80d83a0 commit 4a97162
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 40 deletions.
6 changes: 1 addition & 5 deletions _data/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
},
{
"name": "dingbat",
"sample": "Noto Sans Symbols 2"
"sample": "Noto Sans Symbols"
},
{
"name": "disco",
Expand Down Expand Up @@ -328,10 +328,6 @@
"name": "kids",
"sample": "Butterfly Kids"
},
{
"name": "kint",
"sample": "Micro 5"
},
{
"name": "knit",
"sample": "Jacquard 12 Charted"
Expand Down
4 changes: 2 additions & 2 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10431,7 +10431,7 @@
"variants": ["regular"],
"subsets": ["math", "symbols", "latin", "latin-ext"],
"category": "display",
"tags": ["kint", "small sizes"],
"tags": ["small sizes"],
"lineNumber": 837,
"variable": false,
"lastModified": "2024-02-16"
Expand Down Expand Up @@ -13167,7 +13167,7 @@
],
"subsets": ["symbols", "latin", "latin-ext"],
"category": "sans-serif",
"tags": [],
"tags": ["icons", "dingbat"],
"lineNumber": 1059,
"variable": true,
"lastModified": "2024-05-02"
Expand Down
1 change: 1 addition & 0 deletions data/swaps.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"Material Symbols Rounded": "favorite add delete settings search",
"Material Symbols Sharp": "favorite add delete settings search",
"Noto Music": "𝄆𝄞♭𝅘𝅥𝅯",
"Noto Sans Symbols": "☺⚓🜖🝃⚻ ⚗⛰♸⚘⏚",
"Noto Sans Symbols 2": "♠🖫🙥",
"Noto Sans SignWriting": "𝡝𝪜𝦦𝪬𝡝𝪩𝡝𝪡𝤅𝧿",
"Libre Barcode 128": "Hello world",
Expand Down
4 changes: 2 additions & 2 deletions families.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"Metamorphous": ["roman", "gothic"],
"Metrophobic": ["geometric"],
"Michroma": ["futuristic", "eurostile"],
"Micro 5": ["kint", "small sizes"],
"Micro 5": ["small sizes"],
"Micro 5 Charted": ["knit", "small sizes"],
"Milonga": ["whimsical", "headlines"],
"Miltonian": ["outline", "tattoo"],
Expand Down Expand Up @@ -1056,7 +1056,7 @@
"Noto Sans Soyombo": [],
"Noto Sans Sundanese": [],
"Noto Sans Syloti Nagri": [],
"Noto Sans Symbols": [],
"Noto Sans Symbols": ["icons", "dingbat"],
"Noto Sans Symbols 2": ["icons", "dingbat"],
"Noto Sans Syriac": [],
"Noto Sans Syriac Eastern": [],
Expand Down
31 changes: 2 additions & 29 deletions test/__snapshots__/main-app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ exports[`MainApp renders correctly 1`] = `
<button
is="tag-button"
style="font-family: "Grandiflora One";"
style="font-family: "Briem Hand";"
title="connected"
value="connected"
>
Expand Down Expand Up @@ -798,7 +798,7 @@ exports[`MainApp renders correctly 1`] = `
<button
is="tag-button"
style="font-family: "Noto Sans Symbols 2";"
style="font-family: "Noto Sans Symbols";"
title="dingbat"
value="dingbat"
>
Expand Down Expand Up @@ -1591,25 +1591,6 @@ exports[`MainApp renders correctly 1`] = `
<li>
<button
is="tag-button"
style="font-family: "Micro 5";"
title="kint"
value="kint"
>
kint
</button>
</li>
<li>
Expand Down Expand Up @@ -3543,14 +3524,6 @@ exports[`MainApp renders correctly 1`] = `
kids
</option>
<option
id="kint"
value="kint"
>
kint
</option>
<option
id="knit"
Expand Down
4 changes: 2 additions & 2 deletions test/main-app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@ describe("MainApp", () => {
const searchStatus = document.querySelector("search-status");
expect(searchStatus).toMatchInlineSnapshot(`
<search-status
results-length="394"
results-length="385"
selected-tag="need tags"
>
<div>
Found 394 fonts:
Found 385 fonts:
</div>
Expand Down

0 comments on commit 4a97162

Please sign in to comment.