Skip to content

Commit

Permalink
update bubble / square
Browse files Browse the repository at this point in the history
  • Loading branch information
seadfeng committed Oct 24, 2024
1 parent ae7dff9 commit c945366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slugs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ export const styleFonts: Record<StyleKey, FontKey[]> = {
"subscript"
],
"bubble-text": [
"circled", "circledNegative"
"circled", "circledNegative", "alternatingCircled"
],
"square-text": [
"squared", "squaredNegative"
"squared", "squaredNegative", "alternatingSquared"
],
"alternating": [
"alternatingSerifBold",
Expand Down

0 comments on commit c945366

Please sign in to comment.