Skip to content

Commit

Permalink
fix: exclude icon fonts in a couple of new places
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
vednoc committed Aug 14, 2023
1 parent 6986d14 commit ba761fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fonts.user.styl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ append(code, '.monospace', '.text-mono', '.font-mono', '[class*=monospace]')
// mathjax
append(icons, 'mjx-math')

// Lightbox. #12
append(icons, '.fancybox-button')

// Microsoft icons. #12
append(icons, '[data-icon-name]')

append(composer, 'textarea')

// Discord
Expand Down

0 comments on commit ba761fa

Please sign in to comment.