Skip to content

Commit

Permalink
Fix markdown in rationale for integer_ppem_if_hinted
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and felipesanches committed Aug 29, 2023
1 parent 34ab058 commit 9a4f0c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Lib/fontbakery/profiles/googlefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -4572,8 +4572,9 @@ def com_google_fonts_check_integer_ppem_if_hinted(ttFont):
" value.\n"
"\n"
"This can be accomplished by using the"
" 'gftools fix-hinting' command.\n"
" 'gftools fix-hinting' command:\n"
"\n"
"```\n"
"# create virtualenv\n"
"python3 -m venv venv"
"\n"
Expand All @@ -4582,7 +4583,8 @@ def com_google_fonts_check_integer_ppem_if_hinted(ttFont):
"\n"
"# install gftools\n"
"pip install git+https://www.github.com"
"/googlefonts/tools"
"/googlefonts/tools\n"
"```\n"
),
)

Expand Down

0 comments on commit 9a4f0c6

Please sign in to comment.