Skip to content

Commit

Permalink
Merge pull request #74 from blackstream-x/scandinavian-o-with-stroke
Browse files Browse the repository at this point in the history
add scandinavian ø/Ø letters
  • Loading branch information
samwho authored Jan 13, 2025
2 parents 4240602 + c95cc01 commit 9b0fa2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,16 @@ const symbols = [
glyph: "Œ",
name: "OE"
},
{
glyph: "\u00f8",
name: "Latin small letter o with stroke",
searchTerms: ["scandinavian ø", "smorrebrod"]
},
{
glyph: "\u00d8",
name: "Latin capital letter O with stroke",
searchTerms: ["scandinavian Ø", "smorrebrod"]
},

/* miscellaneous */
{
Expand Down

0 comments on commit 9b0fa2d

Please sign in to comment.