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
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4396
This commit is contained in:
commit
e9dde7c0e8
BIN
fonts/NotoEmoji-Regular.ttf
Normal file
BIN
fonts/NotoEmoji-Regular.ttf
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user