Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 10 additions & 15 deletions gf-guide/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ If you would like to discuss this, please mention that you would like someone to
</div>

<div class="context-reading">

Background reading:
<mark class="blue">start→</mark> **[Libre Fonts Culture](./culture)**
<mark class="blue">nerd→</mark> **[Project Prioritization](./prioritization)**

Background reading:<br>
<mark class="blue">start→</mark> <a href="./culture" style="font-weight:bold">Libre Fonts Culture</a>
</div>

## Table of contents
Expand Down Expand Up @@ -146,14 +143,12 @@ You can request the addition or modification of your name, bio, and image using
You can find more about the technical aspect of adding a profile to google/fonts repo by reading the [Designer Profile chapter](profile.md). -->


<div class="next-reading">

Further reading:
<mark class="green">**must→**</mark> **[Overall font requirements](./requirements)**
<mark class="green">**must→**</mark> **[Static fonts specifics](./static)**
<mark class="green">**must→**</mark> **[Variable fonts specifics](./variable)**
<mark class="green">**must→**</mark> **[Vertical metrics](./metrics)**
<mark class="green">**must→**</mark> **[Production requirements](./production)**
<mark class="blue">nerd→</mark> [Project Prioritization](./prioritization)

<div class="next-reading">
Further reading:<br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./requirements" style="font-weight:bold">Overall font requirements </a><br>
<mark class="green"><b>must&rarr;</b></mark><a href="./static" style="font-weight:bold">Static fonts specifics</a><br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./variable" style="font-weight:bold">Variable fonts specifics</a><br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./metrics" style="font-weight:bold">Vertical metrics</a><br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./production" style="font-weight:bold">Production requirements</a><br>
<mark class="blue">nerd→</mark> <a href="./prioritization">Project Prioritization</a>
</div>
2 changes: 1 addition & 1 deletion gf-guide/outlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ Unless absolutely necessary, avoid over-complicated outline drawing. One example
Further reading:<br>
<mark class="yellow">learn</mark> <a href="./diacritics">Diacritics</a>
<br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./testing">QA - Local testing</a>
<mark class="green"><b>must&rarr;</b></mark> <a href="./testing" style="font-weight:bold">QA - Local testing</a>
</div>
2 changes: 1 addition & 1 deletion gf-guide/production.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Fonts to be onboarded to Google Fonts are expected to abide by the following req
<br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./upstream" style="font-weight:bold">Upstream repository structure</a>
<br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./testing">QA - Local testing</a>
<mark class="green"><b>must&rarr;</b></mark> <a href="./testing" style="font-weight:bold">QA - Local testing</a>
<br>
<mark class="yellow">learn</mark> <a href="./build">Build the fonts</a>
</div>
8 changes: 4 additions & 4 deletions gf-guide/qa.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For the rest of this chapter, it would be better if you have basic knowledge of:
<br>
<mark class="green"><b>must&rarr;</b></mark> <a href="./requirements" style="font-weight:bold">Overall font files requirements</a>
<br>
<mark class="yellow">learn</mark> <a href="./build" style="font-weight:bold">Build the fonts</a>
<mark class="yellow">learn</mark> <a href="./build">Build the fonts</a>
<br>

</div>
Expand Down Expand Up @@ -177,9 +177,9 @@ However, you could:

<div class="next-reading">
Further reading:<br>
<mark class="yellow">learn</mark> <a href="./testing" style="font-weight:bold">Local Testing</a>
<mark class="yellow">learn</mark> <a href="./testing">Local Testing</a>
<br>
<mark class="yellow">learn</mark> <a href="./outlines" style="font-weight:bold">Outline quality</a>
<mark class="yellow">learn</mark> <a href="./outlines">Outline quality</a>
<br>
<mark class="yellow">learn</mark> <a href="./diacritics" style="font-weight:bold">Diacritics requirements</a>
<mark class="yellow">learn</mark> <a href="./diacritics">Diacritics requirements</a>
</div>