diff --git a/fonts/NotoEmoji-Regular.ttf b/fonts/NotoEmoji-Regular.ttf new file mode 100644 index 0000000000..0bcb2c0337 Binary files /dev/null and b/fonts/NotoEmoji-Regular.ttf differ diff --git a/look/fonts.less b/look/fonts.less index 97146ac934..5ae1e4d09a 100644 --- a/look/fonts.less +++ b/look/fonts.less @@ -157,6 +157,17 @@ url('../fonts/roboto-slab-v22-latin-ext_greek-ext_cyrillic-ext-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ } +/* Noto Emoji + * Taken from https://fonts.google.com/noto/specimen/Noto+Emoji?preview.layout=grid */ + +/* License: http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web */ + +@font-face { + font-family: 'Noto Emoji'; + src: url('/fonts/NotoEmoji-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; + } /* GNU Typewriter diff --git a/look/fsfe.less b/look/fsfe.less index b8b4cebbe5..80cc8c727d 100644 --- a/look/fsfe.less +++ b/look/fsfe.less @@ -26,7 +26,7 @@ /* fsfe.org pages */ body { - font-family: "Roboto", sans-serif; + font-family: "Roboto","Noto Emoji", sans-serif; @media (min-width: @screen-sm-min) { background: url(/graphics/fellowship/plussy_tile_03.svg) top left fixed #F9F9F9;