/**
 * === Font for emoji ===
 * Emoji font: Twemoji Mozilla
 *
 * This file is written by Yaya MNH48 and licensed under MIT.
 *
 */

/**
 * === Emoji font: Twemoji Mozilla ===
 *
 * Font is Copyright 2016-2018, Mozilla Foundation
 * Licensed under the Apache License, Version 2.0 (the "License")
 * The Emoji art used in the font comes from Twemoji, and is used and
 * redistributed under the CC-BY-4.0 license terms offered by Twemoji
 * 
 * The woff2 file loaded is compressed from the origin ttf file downloaded
 * as at commit 9e08f3bd7d from Gitea repository of Moonchild Productions
 * https://repo.palemoon.org/MoonchildProductions/twemoji-colr using the
 * woff2_compress code that were built from source as at the commit fb9c337
 * from https://github.com/google/woff2/
 *
 * CSS code below loads normal regular (weight 400) font
 * This font does not exist in italic font style.
 *
 */

@font-face {
  font-family: 'Twemoji Mozilla';
  font-display: swap;
  src: url('../fonts/TwemojiMozilla/web/TwemojiMozilla.woff2') format('woff2');
}
