Skip to content

Commit

Permalink
Merge pull request #298 from desmosinc/beth/update-symbola
Browse files Browse the repository at this point in the history
update symbola-basic font
  • Loading branch information
beth authored Aug 15, 2024
2 parents d13b789 + 38259f0 commit 04fab8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/commands/math/basicSymbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,11 @@ if (!CharCmds['\\']) CharCmds['\\'] = LatexCmds.backslash;

LatexCmds.$ = bindVanillaSymbol('\\$', '$', 'dollar');

LatexCmds.square = bindVanillaSymbol('\\square ', '\u25A1', 'square');
LatexCmds['□'] = LatexCmds.square = bindVanillaSymbol(
'\\square ',
'\u25A1',
'square'
);
LatexCmds.mid = bindVanillaSymbol('\\mid ', '\u2223', 'mid');

// does not use Symbola font
Expand Down
2 changes: 1 addition & 1 deletion src/fonts/Symbola-basic.css

Large diffs are not rendered by default.

Binary file modified src/fonts/Symbola-basic.eot
Binary file not shown.
Binary file modified src/fonts/Symbola-basic.ttf
Binary file not shown.
Binary file modified src/fonts/Symbola-basic.woff
Binary file not shown.
Binary file modified src/fonts/Symbola-basic.woff2
Binary file not shown.

0 comments on commit 04fab8a

Please sign in to comment.