mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 05:33:02 -05:00
updated copies for custom fonts help (#116)
This commit is contained in:
parent
cc5553ce7c
commit
aafb9cf342
2 changed files with 18 additions and 2 deletions
5
.changeset/proud-ducks-heal.md
Normal file
5
.changeset/proud-ducks-heal.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"penpot-exporter": minor
|
||||
---
|
||||
|
||||
Updated copies for custom fonts help
|
|
@ -19,7 +19,7 @@ export const MissingFontsSection = ({ fonts }: MissingFontsSectionProps) => {
|
|||
<span>To export your file with custom fonts, please follow these steps:</span>
|
||||
<Stack as="ol" space="xsmall" style={{ paddingLeft: '1rem' }}>
|
||||
<li>
|
||||
Upload your local fonts in Penpot.
|
||||
Before exporting the file, upload your custom local fonts in Penpot.
|
||||
<br />
|
||||
<Link
|
||||
href="https://help.penpot.app/user-guide/custom-fonts/"
|
||||
|
@ -29,7 +29,18 @@ export const MissingFontsSection = ({ fonts }: MissingFontsSectionProps) => {
|
|||
Learn how to do it.
|
||||
</Link>
|
||||
</li>
|
||||
<li>Copy and paste the font IDs from Penpot below.</li>
|
||||
<li>
|
||||
Follow this{' '}
|
||||
<Link
|
||||
href="https://github.com/penpot/penpot-exporter-figma-plugin/wiki/Step-by-Step-guide-to-finding-Font-Ids-in-Penpot"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
step-by-step guide
|
||||
</Link>{' '}
|
||||
to locate and copy the font IDs from Penpot
|
||||
</li>
|
||||
<li>Return here and paste the font IDs in the section below</li>
|
||||
</Stack>
|
||||
</Stack>
|
||||
{fonts.map(font => (
|
||||
|
|
Loading…
Reference in a new issue