Skip to content

Commit 3673fec

Browse files
authored
Merge pull request w3c#6013 from nschonni/css-fonts-5-images
[css-fonts-5] Remove space in image names
2 parents 93243e5 + 84fff31 commit 3673fec

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

css-fonts-5/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ within an individual element e.g. for characters not supported by the primary fo
217217
</xmp>
218218
This image shows each glyph's local origin, and the natural advance between them:
219219
<figure>
220-
<img alt="Natural advance of Helvetica glyphs" src="images/Helvetica Natural Advance.png" width="147" height="114">
220+
<img alt="Natural advance of Helvetica glyphs" src="images/Helvetica_Natural_Advance.png" width="147" height="114">
221221
</figure>
222222
In this example, the natural advance is 69.328125 pixels.
223223

@@ -231,7 +231,7 @@ within an individual element e.g. for characters not supported by the primary fo
231231
</pre>
232232
The rendering will look like this:
233233
<figure>
234-
<img alt="Overridden advance of Helvetica glyphs" src="images/Helvetica Overridden Advance.png" width="176" height="112">
234+
<img alt="Overridden advance of Helvetica glyphs" src="images/Helvetica_Overridden_Advance.png" width="176" height="112">
235235
</figure>
236236
In this example, the used advance between the glyphs is 69.328125 pixels * 1.4 = 97.059375 pixels.
237237
</div>

0 commit comments

Comments
 (0)