Skip to content

Commit 72e837a

Browse files
committed
relnote(Fx145): basic font-family: math example
1 parent 149256c commit 72e837a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

files/en-us/web/css/font-family/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ font-family: "Gill Sans Extrabold", sans-serif;
203203

204204
<div class="fantasy">This is an example of a fantasy font.</div>
205205

206-
<div class="math">This is an example of a math font.</div>
207-
208206
<div class="fangsong">This is an example of a fangsong font.</div>
207+
208+
<div class="math">This is a math font for styling text like ℝ, ∫, ∑, etc.</div>
209209
```
210210

211211
{{EmbedLiveSample("Some_common_font_families", 600, 220)}}

0 commit comments

Comments
 (0)