Skip to content

Commit 420f0d4

Browse files
Merge pull request #9192 from google/tolists_1203
lists of the 12th of March
2 parents 51f1a8f + 5000c33 commit 420f0d4

File tree

9 files changed

+143
-71
lines changed

9 files changed

+143
-71
lines changed

cc-by-sa/knowledge/glossary/terms/edpt_axis/content.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
The [Google Fonts CSS v2 API](https://developers.google.com/fonts/docs/css2) defines the axis as:
55

66
| Default: | Min: | Max: | Step: |
7-
| --- | --- | --- | --- |
8-
| 100 | 0 | 1000 | 1
7+
| -------- | ---- | ---- | ----- |
8+
| 100 | 0 | 1000 | 1 |
99

1010
Note that the default value is expected to differ per family, rather than be universally set for any implementation of this axis.
1111

1212
<figure>
1313

1414
![An image showing two 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)
15+
<figcaption>Note the two-dimensional appearance when the axis is set to 0 when using the <a href="https://fonts.google.com/specimen/Nabla">Nabla</a> font.</figcaption>
1516

1617
</figure>
1718

18-
<figcaption>Note the two-dimensional appearance when the axis is set to 0 when using the <a href="https://fonts.google.com/specimen/Nabla">Nabla</a> font.</figcaption>
1919

20-
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 extrusion depth, at its maximum setting, creates a deeper or thicker letterform. At its minimum setting, the letterform appears only two-dimensional.
20+
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 extrusion depth, at its maximum setting, creates a deeper or thicker letterform. At its minimum setting, the letterform appears only two-dimensional.

cc-by-sa/knowledge/glossary/terms/ehlt_axis/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Note that the default value is expected to differ per family, rather than be uni
1212
<figure>
1313

1414
![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)
15+
<figcaption>Note the total lack of an edge when the axis is set to 0 when using the <a href="https://fonts.google.com/specimen/Nabla">Nabla</a> font.</figcaption>
1516

1617
</figure>
1718

18-
<figcaption>Note the total lack of an edge when the axis is set to 0 when using the <a href="https://fonts.google.com/specimen/Nabla">Nabla</a> font.</figcaption>
1919

20-
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.
20+
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.

cc-by-sa/knowledge/modules/readability_and_accessibility/lessons/how_type_influences_readability/content.md

+18-18
Large diffs are not rendered by default.

cc-by-sa/knowledge/modules/readability_and_accessibility/lessons/introducing_accessibility_in_typography/content.md

+37-37
Large diffs are not rendered by default.

cc-by-sa/knowledge/modules/using_type/lessons/switching_from_static_to_variable_fonts/content.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ For many designers, implementing [variable fonts](/glossary/variable_fonts) on a
22

33
## Manipulating the first axis
44

5-
Let’s test this out and make the move from the static version of [Anybody](https://fonts.google.com/specimen/Anybody/), by Tyler Finck, to its newer, variable version. This font contains three variable axes: [Weight](/glossary/weight_axis) (`wght`), [Italic](/glossary/italic_axis) (`ital`), and [Width](/glossary/width_axis) (`wdth`). But before we get into the axes themselves, we first need to actually load the variable fonts. Assuming we’re using the Google Fonts API (of course, we could always download the font files and [self-host](https://fonts.google.com/knowledge/using_type/self_hosting_web_fonts) them), we’ll update the line in our HTML’s `head`—which is currently using the Regular (400), Regular Italic, Bold (700), and Bold Italic styles—from this:
5+
Let’s test this out and make the move from the static version of [Anybody](https://fonts.google.com/specimen/Anybody), by Tyler Finck, to its newer, variable version. This font contains three variable axes: [Weight](/glossary/weight_axis) (`wght`), [Italic](/glossary/italic_axis) (`ital`), and [Width](/glossary/width_axis) (`wdth`). But before we get into the axes themselves, we first need to actually load the variable fonts. Assuming we’re using the Google Fonts API (of course, we could always download the font files and [self-host](https://fonts.google.com/knowledge/using_type/self_hosting_web_fonts) them), we’ll update the line in our HTML’s `head`—which is currently using the Regular (400), Regular Italic, Bold (700), and Bold Italic styles—from this:
66

77
```html
88
<link href="https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
@@ -64,7 +64,7 @@ Switching italics on and off in this case is very easy because it essentially ju
6464

6565
## Manipulating an additional axis
6666

67-
It’s time to move onto our third axis: Width (`wdth`). In this font in particular, width wasn’t exposed until the release of this variable version, so it’s a great excuse to make use of variable fonts’ powers of further refinement.
67+
It’s time to move onto our third axis: Width (`wdth`). In this font in particular, width wasn’t exposed until the release of this variable version, so it’s a great excuse to make use of variable fonts’ powers of further refinement.
6868

6969
Once again, the Width axis has been mapped to familiar CSS: we can manipulate it using the `font-stretch` property. The only difference is that, unlike weight, we need to declare it as a percentage. Let’s give our `span` element the maximum width value of 150%:
7070

@@ -76,7 +76,7 @@ span {
7676

7777
![switching_to_vfs_4.svg](images/switching_to_vfs_4.svg)
7878

79-
And while we’re at it, why not make everything *but* the `span` a little more condensed with a font-stretch value of 72%?
79+
And while we’re at it, why not make everything *but* the `span` a little more condensed with a font-stretch value of 72%?
8080

8181
```css
8282
body {
@@ -122,4 +122,4 @@ em {
122122
}
123123
```
124124

125-
Note that `font-variation-settings` is also required for any custom axes. For more information, please see [“Styling type on the web with variable fonts.”](/lesson/styling_type_on_the_web_with_variable_fonts)
125+
Note that `font-variation-settings` is also required for any custom axes. For more information, please see [“Styling type on the web with variable fonts.”](/lesson/styling_type_on_the_web_with_variable_fonts)

cc-by-sa/knowledge/modules/using_type_in_ar_and_vr/lessons/designing_for_ar_vr/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ This means extra care is required while designing AR/VR applications. The typefa
7272

7373
While both the hardware and software aspects of AR/VR implementation are advancing rapidly, type within them has a lot of catching up to do. For a long time, the need for extra processing power to render text properly has hampered progress. This pushes AR/VR designers to resort to the least CPU-intensive methods to render text, thereby degrading the quality of the text. It also keeps designers from considering rich text applications, thus limiting the potential of AR/VR environments.
7474

75-
Future wearables have the potential to replace smartphones and computers. Looking at current progress, it seems that the processing power required for high-quality text rendering may take a while; however, this shouldn’t hinder the progress of AR/VR. One way to help speed up the process is to design applications that take into account the typographic challenges of this medium. In parallel, we can promote the design of typefaces that are specifically developed to optimize the performance of existing rendering systems.
75+
Future wearables have the potential to replace smartphones and computers. Looking at current progress, it seems that the processing power required for high-quality text rendering may take a while; however, this shouldn’t hinder the progress of AR/VR. One way to help speed up the process is to design applications that take into account the typographic challenges of this medium. In parallel, we can promote the design of typefaces that are specifically developed to optimize the performance of existing rendering systems.
7676

7777
Useful links:
7878
- [The current state of the text in augmented reality](https://niteeshyadav.com/blog/the-current-state-of-the-text-in-augmented-reality-7507/)
7979
- [Font assets Unity](https://docs.unity3d.com/2022.2/Documentation/Manual/class-Font.html)
8080
- [TextMesh Pro Documentation (Method of text rendering in Unity)](http://digitalnativestudios.com/textmeshpro/docs/)
8181
- [Text in Unity - Microsoft Mixed Reality](https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unity/text-in-unity)
82-
- [Text in Unreal Engine](https://docs.unrealengine.com/4.27/en-US/Basics/Actors/3DText/)
82+
- [Text in Unreal Engine](https://dev.epicgames.com/documentation/en-us/unreal-engine/3d-text?application_version=4.27)
8383
- [Playing around with distance field font rendering](https://lambdacube3d.wordpress.com/2014/11/12/playing-around-with-font-rendering/)
8484
- [Techniques for rendering text with WebGL](https://css-tricks.com/techniques-for-rendering-text-with-webgl/)
8585
- [Future of Typography in Augmented Reality](https://youtu.be/lFO5A8-FzlI?t=3554)

to_delist.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
# Delist Montserrat Subraya (we published Montserrat Underline instead)
2-
https://fonts.google.com/specimen/Montserrat+Subrayada

to_production.txt

+44
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,64 @@
1+
# New
2+
ofl/boldonse # https://github.com/google/fonts/pull/9092
3+
ofl/bytesized # https://github.com/google/fonts/pull/9077
4+
ofl/gidole # https://github.com/google/fonts/pull/9122
5+
ofl/winkysans # https://github.com/google/fonts/pull/9102
6+
7+
# Upgrade
8+
ofl/cactusclassicalserif # https://github.com/google/fonts/pull/8700
9+
ofl/chocolateclassicalsans # https://github.com/google/fonts/pull/8699
10+
ofl/nanummyeongjo # https://github.com/google/fonts/pull/9136
11+
ofl/notosansthailooped # https://github.com/google/fonts/pull/9090
12+
ofl/playwritebewal # https://github.com/google/fonts/pull/9050
13+
ofl/readexpro # https://github.com/google/fonts/pull/9076
14+
115
# Designer profile
216
catalog/designers/42dot # https://github.com/google/fonts/pull/9046
17+
catalog/designers/andreaslarsen # https://github.com/google/fonts/pull/9123
18+
catalog/designers/lettersfromsweden # https://github.com/google/fonts/pull/8812
19+
catalog/designers/typofactur # https://github.com/google/fonts/pull/9105
20+
catalog/designers/universitype # https://github.com/google/fonts/pull/9096
321
catalog/designers/gustavoibarra # https://github.com/google/fonts/pull/7547
422

523
# Metadata / Description / License
24+
ofl/afacad # https://github.com/google/fonts/pull/9114
625
ofl/akayatelivigala # https://github.com/google/fonts/pull/8083
726
ofl/akshar # https://github.com/google/fonts/pull/8083
827
ofl/almarai # https://github.com/google/fonts/pull/8083
28+
ofl/andika # https://github.com/google/fonts/pull/9114
929
ofl/anekbangla # https://github.com/google/fonts/pull/8083
1030
ofl/anekdevanagari # https://github.com/google/fonts/pull/8083
1131
ofl/anekgujarati # https://github.com/google/fonts/pull/8083
1232
ofl/anekkannada # https://github.com/google/fonts/pull/8083
1333
ofl/anekmalayalam # https://github.com/google/fonts/pull/8083
1434
ofl/anekodia # https://github.com/google/fonts/pull/8083
1535
ofl/anektamil # https://github.com/google/fonts/pull/8083
36+
ofl/climatecrisis # https://github.com/google/fonts/pull/9114
37+
ofl/danfo # https://github.com/google/fonts/pull/9114
38+
ofl/doto # https://github.com/google/fonts/pull/9114
39+
ofl/gamaamli # https://github.com/google/fonts/pull/9114
40+
ofl/lexend # https://github.com/google/fonts/pull/9114
41+
ofl/lexenddeca # https://github.com/google/fonts/pull/9114
42+
ofl/lexendexa # https://github.com/google/fonts/pull/9114
43+
ofl/lexendgiga # https://github.com/google/fonts/pull/9114
44+
ofl/lexendmega # https://github.com/google/fonts/pull/9114
45+
ofl/lexendpeta # https://github.com/google/fonts/pull/9114
46+
ofl/lexendtera # https://github.com/google/fonts/pull/9114
47+
ofl/lexendzetta # https://github.com/google/fonts/pull/9114
1648
ofl/lohitbengali # https://github.com/google/fonts/pull/8091
1749
ofl/lohittamil # https://github.com/google/fonts/pull/8091
1850
ofl/longcang # https://github.com/google/fonts/pull/8091
1951
ofl/mashanzheng # https://github.com/google/fonts/pull/8091
52+
ofl/matemasie # https://github.com/google/fonts/pull/9114
2053
ofl/metal # https://github.com/google/fonts/pull/8091
54+
ofl/mingzat # https://github.com/google/fonts/pull/9114
2155
ofl/mirza # https://github.com/google/fonts/pull/8091
2256
ofl/mochiypopone # https://github.com/google/fonts/pull/8091
2357
ofl/mochiypoppone # https://github.com/google/fonts/pull/8091
2458
ofl/modak # https://github.com/google/fonts/pull/8091
2559
ofl/mogra # https://github.com/google/fonts/pull/8091
60+
ofl/ojuju # https://github.com/google/fonts/pull/9114
61+
ofl/onest # https://github.com/google/fonts/pull/9114
2662
ofl/poppins # https://github.com/google/fonts/pull/8098
2763
ofl/pottaone # https://github.com/google/fonts/pull/8098
2864
ofl/pragatinarrow # https://github.com/google/fonts/pull/8098
@@ -33,3 +69,11 @@ ofl/ramabhadra # https://github.com/google/fonts/pull/8098
3369
ofl/ramaraja # https://github.com/google/fonts/pull/8098
3470
ofl/rampartone # https://github.com/google/fonts/pull/8098
3571
ofl/raviprakash # https://github.com/google/fonts/pull/8098
72+
ofl/tacone # https://github.com/google/fonts/pull/9114
73+
ofl/taiheritagepro # https://github.com/google/fonts/pull/9114
74+
ofl/tiltneon # https://github.com/google/fonts/pull/9114
75+
ofl/tiltprism # https://github.com/google/fonts/pull/9114
76+
ofl/tiltwarp # https://github.com/google/fonts/pull/9114
77+
78+
# Sample texts
79+
ofl/notoserifhentaigana # https://github.com/google/fonts/pull/9152

to_sandbox.txt

+32-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,39 @@
11
# New
2+
ofl/specialgothiccondensedone # https://github.com/google/fonts/pull/9165
3+
ofl/specialgothicexpandedone # https://github.com/google/fonts/pull/9171
4+
5+
# Metadata / Description / License
6+
ofl/42dotsans # https://github.com/google/fonts/pull/9045
27

38
# Upgrade
49

510
# Designer profile
6-
7-
# Metadata / Description / License
11+
catalog/designers/jeffdavis # https://github.com/google/fonts/pull/9074
12+
catalog/designers/seunbadejo # https://github.com/google/fonts/pull/9126
813

914
# Sample texts
15+
lang/languages/agq_Latn.textproto # https://github.com/google/fonts/pull/9054
16+
lang/languages/apd_Latn.textproto # https://github.com/google/fonts/pull/9054
17+
lang/languages/bap_Krai.textproto # https://github.com/google/fonts/pull/8509
18+
lang/languages/bax_Latn.textproto # https://github.com/google/fonts/pull/9054
19+
lang/languages/buc_Latn.textproto # https://github.com/google/fonts/pull/9054
20+
lang/languages/cu_Cyrl.textproto # https://github.com/google/fonts/pull/9054
21+
lang/languages/djc_Latn.textproto # https://github.com/google/fonts/pull/9054
22+
lang/languages/dv_Diak.textproto # https://github.com/google/fonts/pull/9054
23+
lang/languages/dzg_Latn.textproto # https://github.com/google/fonts/pull/9054
24+
lang/languages/ema_Latn.textproto # https://github.com/google/fonts/pull/9054
25+
lang/languages/en_Latn.textproto # https://github.com/google/fonts/pull/9054
26+
lang/languages/gby_Latn.textproto # https://github.com/google/fonts/pull/9054
27+
lang/languages/gvl_Latn.textproto # https://github.com/google/fonts/pull/9054
28+
lang/languages/lom_Latn.textproto # https://github.com/google/fonts/pull/9054
29+
lang/languages/mg_Latn.textproto # https://github.com/google/fonts/pull/9054
30+
lang/languages/nl_Latn.textproto # https://github.com/google/fonts/pull/9054
31+
lang/languages/nmn_Latn.textproto # https://github.com/google/fonts/pull/9054
32+
lang/languages/shu_Latn.textproto # https://github.com/google/fonts/pull/9054
33+
lang/languages/snk_Latn.textproto # https://github.com/google/fonts/pull/9054
34+
lang/languages/tda_Latn.textproto # https://github.com/google/fonts/pull/9054
35+
lang/languages/ttq_Latn.textproto # https://github.com/google/fonts/pull/9054
36+
lang/languages/tum_Latn.textproto # https://github.com/google/fonts/pull/9054
37+
lang/languages/wdt_Latn.textproto # https://github.com/google/fonts/pull/9054
38+
lang/languages/yo_Latn.textproto # https://github.com/google/fonts/pull/9054
39+
lang/scripts/Diak.textproto # https://github.com/google/fonts/pull/9054

0 commit comments

Comments
 (0)