mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-18 05:22:28 -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>
|
<span>To export your file with custom fonts, please follow these steps:</span>
|
||||||
<Stack as="ol" space="xsmall" style={{ paddingLeft: '1rem' }}>
|
<Stack as="ol" space="xsmall" style={{ paddingLeft: '1rem' }}>
|
||||||
<li>
|
<li>
|
||||||
Upload your local fonts in Penpot.
|
Before exporting the file, upload your custom local fonts in Penpot.
|
||||||
<br />
|
<br />
|
||||||
<Link
|
<Link
|
||||||
href="https://help.penpot.app/user-guide/custom-fonts/"
|
href="https://help.penpot.app/user-guide/custom-fonts/"
|
||||||
|
@ -29,7 +29,18 @@ export const MissingFontsSection = ({ fonts }: MissingFontsSectionProps) => {
|
||||||
Learn how to do it.
|
Learn how to do it.
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</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>
|
||||||
</Stack>
|
</Stack>
|
||||||
{fonts.map(font => (
|
{fonts.map(font => (
|
||||||
|
|
Loading…
Add table
Reference in a new issue