diff --git a/cc-by-sa/knowledge/glossary/terms/bled_axis/content.md b/cc-by-sa/knowledge/glossary/terms/bled_axis/content.md index 3b2bb1e0c2f..0e91eeb7af7 100644 --- a/cc-by-sa/knowledge/glossary/terms/bled_axis/content.md +++ b/cc-by-sa/knowledge/glossary/terms/bled_axis/content.md @@ -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
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.
-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. diff --git a/cc-by-sa/knowledge/glossary/terms/scan_axis/content.md b/cc-by-sa/knowledge/glossary/terms/scan_axis/content.md index d3f6bda5034..8b583397318 100644 --- a/cc-by-sa/knowledge/glossary/terms/scan_axis/content.md +++ b/cc-by-sa/knowledge/glossary/terms/scan_axis/content.md @@ -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
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.
-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.