Merge pull request 'Add noto as fallback font' (#4396) from font-fallback into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #4396
This commit is contained in:
delliott 2024-08-22 14:47:05 +00:00
commit e9dde7c0e8
3 changed files with 12 additions and 1 deletions

BIN
fonts/NotoEmoji-Regular.ttf Normal file

Binary file not shown.

View File

@ -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

View File

@ -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;