Skip to content

Commit

Permalink
UI: Remove "Noto Color Emoji" from default bootstrap font list
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed May 17, 2023
1 parent 24e2379 commit d1edbe7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/ui-src/assets/_bootstrap_variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Removed "Noto Color Emoji" from list re: https://github.com/axllent/mailpit/issues/92
$font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans",
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

$link-decoration: none;
$primary: #2c3e50;
$list-group-disabled-color: #adb5bd;

1 comment on commit d1edbe7

@LeoniePhiline
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

♥️

This is looking great now!

image

Please sign in to comment.