Skip to content

Releases: GORAlexComp/AppleColorEmojiFont

🟢 Version 1

07 Jul 05:12
Compare
Choose a tag to compare

Use in CSS code

  @font-face {
    font-family: 'Apple Color Emoji';
    src: local('Apple Color Emoji'), local('AppleColorEmoji'), local('apple-color-emoji');
    src:
      /*url('fonts/AppleColorEmoji.woff2') format('woff2'),*/
      url('fonts/AppleColorEmoji.woff') format('woff'),
      url('fonts/AppleColorEmoji.ttf') format('truetype'),
      url('fonts/AppleColorEmoji.eot?'),
      url('fonts/AppleColorEmoji.eot?#iefix') format('embedded-opentype'),
      url('fonts/AppleColorEmoji.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

Full Changelog: https://github.com/GORAlexComp/AppleColorEmojiFont/commits/v1