]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Update bad references to `kerning` term (#7607)
authorNathan Williams <williamsnathan@google.com>
Fri, 26 Apr 2024 22:11:05 +0000 (18:11 -0400)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 22:11:05 +0000 (18:11 -0400)
* Remove glossary term `ehlt_axis`

The thumbnail needs to be converted to an SVG. Axis will be restored with a corrected thumbnail in a subsequent PR.

* Update bad references to `kerning` term

Glossary term for kerning is under `kerning_kerning_pairs`, not `kerning`.

---------

Co-authored-by: nathan-williams <nlw2sx@virginia.edu>
cc-by-sa/knowledge/glossary/terms/bled_axis/content.md
cc-by-sa/knowledge/glossary/terms/scan_axis/content.md

index 3b2bb1e0c2f79c4ba565d0159ca8bdebf43d6fb3..0e91eeb7af78f5ad025f5d41eb1b9a0f7210f5fe 100644 (file)
@@ -1,5 +1,5 @@
 
-“Bleed” (`BLED` in CSS) is an [axis](/glossary/axis_in_variable_fonts) found in some [variable fonts](/glossary/variable_fonts) that can be used to adjust the text’s overall darkness or [typographic color](/glossary/color) by altering its [glyphs](/glossary/glyph)’ shapes such as [strokes](/glossary/stroke) (or other forms). Because it’s only the individual shapes that are changed, there are no changes to the type’s overall [width](/glossary/width), [letter spacing](/glossary/tracking_letter_spacing), or [kerning](/glossary/kerning). Therefore, manipulating this axis will not result in altered line breaks or page layout changes.
+“Bleed” (`BLED` in CSS) is an [axis](/glossary/axis_in_variable_fonts) found in some [variable fonts](/glossary/variable_fonts) that can be used to adjust the text’s overall darkness or [typographic color](/glossary/color) by altering its [glyphs](/glossary/glyph)’ shapes such as [strokes](/glossary/stroke) (or other forms). Because it’s only the individual shapes that are changed, there are no changes to the type’s overall [width](/glossary/width), [letter spacing](/glossary/tracking_letter_spacing), or [kerning](/glossary/kerning_kerning_pairs). Therefore, manipulating this axis will not result in altered line breaks or page layout changes.
 
 The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) defines the axis as:
 
@@ -15,4 +15,4 @@ The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) def
 
 <figcaption>In the [Workbench](https://fonts.google.com/specimen/Workbench) typeface, note how moving the Bleed axis towards its maximum value expands the width of each individual scanline without altering the actual glyph width or spacing of the letters.</figcaption>
 
-Negative values make the text appear lighter, while positive values make it darker, similarly to the effects of ink bleed or dot gain on paper.
\ No newline at end of file
+Negative values make the text appear lighter, while positive values make it darker, similarly to the effects of ink bleed or dot gain on paper.
index d3f6bda5034e58b9bec99c03895d1fd47a2b2743..8b583397318e0fe6b6d1d29d62d00c5c12c1288a 100644 (file)
@@ -1,5 +1,5 @@
 
-“Scanlines” (`SCAN` in CSS) is an [axis](/glossary/axis_in_variable_fonts) found in some [variable fonts](/glossary/variable_fonts) that control the thickness of the scanlines that make up the [glyph](/glossary/glyph) shapes. Because it’s only the scanlines that are changed, there are no changes to the type’s overall [width](/glossary/width), [letter spacing](/glossary/tracking_letter_spacing), or [kerning](/glossary/kerning). Therefore, Manipulating this axis will not result in altered line breaks or page layout changes.
+“Scanlines” (`SCAN` in CSS) is an [axis](/glossary/axis_in_variable_fonts) found in some [variable fonts](/glossary/variable_fonts) that control the thickness of the scanlines that make up the [glyph](/glossary/glyph) shapes. Because it’s only the scanlines that are changed, there are no changes to the type’s overall [width](/glossary/width), [letter spacing](/glossary/tracking_letter_spacing), or [kerning](/glossary/kerning_kerning_pairs). Therefore, Manipulating this axis will not result in altered line breaks or page layout changes.
 
 The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) defines the axis as:
 
@@ -15,4 +15,4 @@ The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) def
 
 <figcaption>In the [Workbench](https://fonts.google.com/specimen/Workbench) typeface, note how moving the Scanline axis towards its maximum value expands the height of each individual scanline.</figcaption>
 
-Negative values make the scanlines thinner, and positive values make them thicker.
\ No newline at end of file
+Negative values make the scanlines thinner, and positive values make them thicker.