# Clarified `disable_twemoji` behavior for URL images

September 22, 2026

For HTML/CSS and template images, Twemoji remains enabled by default. Set `disable_twemoji: true` to use your supplied fonts or the rendering environment’s native emoji fonts.

For URL images, we leave the loaded page’s emoji handling unchanged when `disable_twemoji` is omitted, `null`, or `true`. Set `disable_twemoji: false` explicitly to inject Twemoji. Setting it to `true` does not disable emoji scripts already present on the website.

See the [`disable_twemoji` parameter guide](/parameters/disable_twemoji/) for examples.

[All updates](/changelog/)

Previous: [Terraform and Pulumi providers](/changelog/2026-09-17-terraform-and-pulumi-providers/) — Sep 17, 2026
