From c87f35f3379c5849276676acd70431fd088023cf Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 24 Oct 2025 15:42:51 +0200 Subject: [PATCH 1/2] relnote(Fx145): font-family: math supported --- files/en-us/mozilla/firefox/releases/145/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/145/index.md b/files/en-us/mozilla/firefox/releases/145/index.md index 938b5f05f52b9ea..b8d42661f91c8dd 100644 --- a/files/en-us/mozilla/firefox/releases/145/index.md +++ b/files/en-us/mozilla/firefox/releases/145/index.md @@ -40,6 +40,9 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en- This keyword is an alias for the recently-standardized `stretch` keyword (i.e., [`width: stretch`](/en-US/docs/Web/CSS/width#stretch) and [`height: stretch`](/en-US/docs/Web/CSS/height#stretch)) which isn't yet supported in Firefox. ([Firefox bug 1988938](https://bugzil.la/1988938), [Firefox bug 1789477](https://bugzil.la/1789477)). +- [`font-family: math`](/en-US/docs/Web/CSS/font-family#math) is now supported, allowing to set a generic font family intended for use with mathematical expressions. + ([Firefox bug 1788937](https://bugzil.la/1788937)). + From 989ac94feb140cd9584fb1aa7c6d132f45d34aa8 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 24 Oct 2025 17:40:51 +0200 Subject: [PATCH 2/2] Update files/en-us/mozilla/firefox/releases/145/index.md Co-authored-by: Dipika Bhattacharya --- files/en-us/mozilla/firefox/releases/145/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/145/index.md b/files/en-us/mozilla/firefox/releases/145/index.md index b8d42661f91c8dd..da5dc1fbca0a845 100644 --- a/files/en-us/mozilla/firefox/releases/145/index.md +++ b/files/en-us/mozilla/firefox/releases/145/index.md @@ -40,7 +40,7 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en- This keyword is an alias for the recently-standardized `stretch` keyword (i.e., [`width: stretch`](/en-US/docs/Web/CSS/width#stretch) and [`height: stretch`](/en-US/docs/Web/CSS/height#stretch)) which isn't yet supported in Firefox. ([Firefox bug 1988938](https://bugzil.la/1988938), [Firefox bug 1789477](https://bugzil.la/1789477)). -- [`font-family: math`](/en-US/docs/Web/CSS/font-family#math) is now supported, allowing to set a generic font family intended for use with mathematical expressions. +- The [`math`](/en-US/docs/Web/CSS/font-family#math) generic font family is now supported as a value of the `font-family` property, allowing mathematical expressions to use appropriate fonts. ([Firefox bug 1788937](https://bugzil.la/1788937)).