Skip to content

Commit

Permalink
Revert "use noto emoji font"
Browse files Browse the repository at this point in the history
This reverts commit 9a1d0f3.
  • Loading branch information
joneugster committed May 14, 2024
1 parent 9a1d0f3 commit f7ee513
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 99 deletions.
93 changes: 0 additions & 93 deletions client/public/fonts/LICENSE-NotoColorEmoji

This file was deleted.

Binary file removed client/public/fonts/NotoColorEmoji-Regular.ttf
Binary file not shown.
5 changes: 0 additions & 5 deletions client/src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ body {
font-family: 'JuliaMono';
src: local('JuliaMono'), url('/fonts/JuliaMono-Regular.ttf') format('truetype');
}

@font-face {
font-family: 'NotoColorEmoji';
src: local('NotoColorEmoji'), url('/fonts/NotoColorEmoji-Regular.ttf') format('truetype');
}
2 changes: 1 addition & 1 deletion client/src/editor/vscode.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--vscode-font-weight:normal;
--vscode-font-size:13px;
--vscode-editor-font-family: 'NotoColorEmoji', 'JuliaMono', 'Source Code Pro', 'STIX Two Math', monospace;
--vscode-editor-font-family: 'JuliaMono', 'Source Code Pro', 'STIX Two Math', monospace;
--vscode-editor-font-weight:normal;
--vscode-editor-font-size:15px;
--vscode-foreground: #616161;
Expand Down

0 comments on commit f7ee513

Please sign in to comment.