diff --git a/docs/EmojisSymbolsDingbats.md b/docs/EmojisSymbolsDingbats.md index 3200e0ce0..d15cab4e4 100644 --- a/docs/EmojisSymbolsDingbats.md +++ b/docs/EmojisSymbolsDingbats.md @@ -24,6 +24,8 @@ This code produces this PDF file: [fonts_emoji_glyph.pdf](https://github.com/py- Another font supporting emojis is: [twemoji](https://github.com/13rac1/twemoji-color-font) +!!! warning "`fpdf2` currently **does not support color emojis** (= CBDT/CBLC fonts), but we are actively working on adding support for them 🙂[ _cf._ issue #224](https://github.com/py-pdf/fpdf2/issues/224)" + ## Symbols ## The **Symbol** font is one of the built-in fonts in the PDF format. diff --git a/mkdocs.yml b/mkdocs.yml index 1ec36d22c..aacf83b80 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -190,5 +190,3 @@ extra: link: https://github.com/py-pdf/fpdf2 - icon: fontawesome/brands/python link: https://pypi.org/project/fpdf2/ - -dev_addr: 127.0.0.1:8080