Merge pull request #4828 from ethereum/faDocks1

update font awesome kit
pull/4818/head
David Disu 5 months ago committed by GitHub
commit 4b6d4dfb0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/remix-ide/src/assets/fontawesome/css/all.css
  2. BIN
      apps/remix-ide/src/assets/fontawesome/webfonts/custom-icons.ttf
  3. BIN
      apps/remix-ide/src/assets/fontawesome/webfonts/custom-icons.woff2

@ -19391,6 +19391,8 @@ readers do not read off random characters that represent icons */
.fak.fa-cairo::before, .fa-kit.fa-cairo::before { content: "\e000"; }
.fak.fa-circom::before, .fa-kit.fa-circom::before { content: "\e001"; }
.fak.fa-fa-dock-l::before, .fa-kit.fa-fa-dock-l::before { content: "\e007"; }
.fak.fa-fa-dock-r::before, .fa-kit.fa-fa-dock-r::before { content: "\e006"; }
.fak.fa-lexon::before, .fa-kit.fa-lexon::before { content: "\e004"; }
.fak.fa-solidity-mono::before, .fa-kit.fa-solidity-mono::before { content: "\e005"; }
.fak.fa-ts-logo::before, .fa-kit.fa-ts-logo::before { content: "\e003"; }

Loading…
Cancel
Save