]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Remove glossary term `ehlt_axis` (#7606)
authorNathan Williams <williamsnathan@google.com>
Fri, 26 Apr 2024 21:43:33 +0000 (17:43 -0400)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 21:43:33 +0000 (17:43 -0400)
The thumbnail needs to be converted to an SVG. Axis will be restored with a corrected thumbnail in a subsequent PR.

Co-authored-by: nathan-williams <nlw2sx@virginia.edu>
cc-by-sa/knowledge/glossary/terms/ehlt_axis/content.md [deleted file]
cc-by-sa/knowledge/glossary/terms/ehlt_axis/images/thumbnail.png [deleted file]
cc-by-sa/knowledge/glossary/terms/ehlt_axis/term.textproto [deleted file]

diff --git a/cc-by-sa/knowledge/glossary/terms/ehlt_axis/content.md b/cc-by-sa/knowledge/glossary/terms/ehlt_axis/content.md
deleted file mode 100644 (file)
index a0f1820..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-“Edge Highlight” (`EHLT` in CSS) is an [axis](/glossary/axis_in_variable_fonts) found in some [variable fonts](/glossary/variable_fonts) that can be used to control the thickness of the highlighted part of edges in three-dimensional [letterforms](/glossary/letterform). Values are in thousandths of an [em](/glossary/em) (at the current font size). For example, setting Extrusion Depth to 500 will result in a 50%-of-the-em extrusion, which would be 20 px if the font size is set to 40 px.
-
-The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) defines the axis as:
-
-| Default: | Min: | Max: | Step: |
-| --- | --- | --- | --- |
-| 12 | 0 | 1000 | 1 |
-
-Note that the default value is expected to differ per family, rather than be universally set for any implementation of this axis.
-
-<figure>
-
-![An image showing three type specimens, each with an axis slider underneath. The specimen on the left shows the effects of the axis’ lowest value. The specimen on the right shows the effects of the axis’ highest value.](images/thumbnail.svg)
-
-</figure>
-
-<figcaption>Note the total lack of an edge when the axis is set to 0 when using the [Nabla font](https://fonts.google.com/specimen/Nabla).</figcaption>
-
-The axis was first used in the [Nabla font](https://fonts.google.com/specimen/Nabla) [color font](/glossary/color_fonts), which uses isometric perspective to achieve its three-dimensional look. The highlighted edge, at its maximum setting, creates greater contrast between the face of the letterform and its extrusion. And, like all components of a color font, can be recolored from its white default.
\ No newline at end of file
diff --git a/cc-by-sa/knowledge/glossary/terms/ehlt_axis/images/thumbnail.png b/cc-by-sa/knowledge/glossary/terms/ehlt_axis/images/thumbnail.png
deleted file mode 100644 (file)
index 688f291..0000000
Binary files a/cc-by-sa/knowledge/glossary/terms/ehlt_axis/images/thumbnail.png and /dev/null differ
diff --git a/cc-by-sa/knowledge/glossary/terms/ehlt_axis/term.textproto b/cc-by-sa/knowledge/glossary/terms/ehlt_axis/term.textproto
deleted file mode 100644 (file)
index 8016e3b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-name: "Edge Highlight axis (EHLT)"
-excerpt: "An axis found in some variable fonts that can be used to control the thickness of the highlighted part of edges in three-dimensional letterforms."
-related_lessons: "introducing_variable_fonts"
-related_lessons: "designing_with_variable_fonts_in_desktop_apps"
-related_lessons: "styling_type_on_the_web_with_variable_fonts"