From 964d0e9de464e69b3ad1f8521443425cfaedc974 Mon Sep 17 00:00:00 2001 From: Olli Meier Date: Fri, 3 May 2024 14:13:05 +0200 Subject: [PATCH 1/7] First steps of restructuring --- _config.yml | 8 ++++++-- _explanations/explanations.md | 4 ++-- _how-tos/how-tos.md | 2 +- _introduction/introduction.md | 37 +++++++++++++++++++++++++++++++++++ _reference/reference.md | 2 +- _tutorials/tutorials.md | 2 +- index.md | 5 ----- 7 files changed, 48 insertions(+), 12 deletions(-) create mode 100644 _introduction/introduction.md diff --git a/_config.yml b/_config.yml index 0cc0858..7a66281 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,10 @@ baseurl: "" url: https://docs.fontra.xyz collections: - explanations: + introduction: + output: true + permalink: /:path/ + tutorials: output: true permalink: /:path/ how-tos: @@ -14,10 +17,11 @@ collections: reference: output: true permalink: /:path/ - tutorials: + explanations: output: true permalink: /:path/ + markdown: kramdown version: 0.1 diff --git a/_explanations/explanations.md b/_explanations/explanations.md index a73f998..98e4efc 100644 --- a/_explanations/explanations.md +++ b/_explanations/explanations.md @@ -3,13 +3,13 @@ title : Explanations layout : default permalink : /explanations/ draft : true -order : 0 +order : 4 --- theoretical knowledge · understanding-oriented · useful when studying {: .lead } -- [Welcome to Fontra](welcome-to-fontra) - [Features overview](features) - [Documentation overview](documentation) +- [Plugins](#) - ... diff --git a/_how-tos/how-tos.md b/_how-tos/how-tos.md index 7c20a22..54924a1 100644 --- a/_how-tos/how-tos.md +++ b/_how-tos/how-tos.md @@ -3,7 +3,7 @@ title : How-Tos layout : default permalink : /how-tos/ draft : true -order : 0 +order : 2 --- practical steps · problem-oriented · useful when working diff --git a/_introduction/introduction.md b/_introduction/introduction.md new file mode 100644 index 0000000..03d22bc --- /dev/null +++ b/_introduction/introduction.md @@ -0,0 +1,37 @@ +--- +title : Introduction +layout : default +permalink : /introduction/ +draft : true +order : 0 +--- + +Introduction +{: .lead } + + + +
+ +
+ + +Quickstart +---------- + +- [Installing Fontra Pak on your computer](how-tos/installing-fontra-pak/) +- [Workspace overview](reference/workspace/) +- [Opening a UFO or designspace file](how-tos/opening-ufo-designspace) + + +Fontra is an open-source, browser-based, cross-platform, variable-first font editor. It is developed by Black[Foundry] and Just van Rossum with support from Google. + +Fontra extends the boudaries of what current font editors can do. Originally developed to make the design and production of large CJK fonts more efficient, Fontra provides deeper integration of variable font technology and improved usability of variable components as design elements. + +Fontra is different from most other editors because it works in the browser. Using the [Fontra Pak](#) application, you can run Fontra locally to edit files on your computer. Fontra can also be used remotely from a server, allowing collaboration in real-time between multiple users. diff --git a/_reference/reference.md b/_reference/reference.md index ad53705..ae3aeab 100644 --- a/_reference/reference.md +++ b/_reference/reference.md @@ -3,7 +3,7 @@ title : Reference layout : default permalink : /reference/ draft : true -order : 0 +order : 3 --- theoretical knowledge · information-oriented · useful when working diff --git a/_tutorials/tutorials.md b/_tutorials/tutorials.md index 938d626..0fd3de7 100644 --- a/_tutorials/tutorials.md +++ b/_tutorials/tutorials.md @@ -3,7 +3,7 @@ title : Tutorials layout : default permalink : /tutorials/ draft : true -order : 0 +order : 1 --- practical steps · learning-oriented · useful when studying diff --git a/index.md b/index.md index 659c446..810c510 100644 --- a/index.md +++ b/index.md @@ -18,12 +18,7 @@ read more in [Welcome to Fontra](explanations/welcome-to-fontra)
-Quickstart ----------- -- [Installing Fontra Pak on your computer](how-tos/installing-fontra-pak/) -- [Workspace overview](reference/workspace/) -- [Opening a UFO or designspace file](how-tos/opening-ufo-designspace) About From bf56cbc2e6a42ac7e695c5e7620b92d63bdf5dda Mon Sep 17 00:00:00 2001 From: Olli Meier Date: Fri, 3 May 2024 14:55:31 +0200 Subject: [PATCH 2/7] Hide information which are not done, yet --- _explanations/documentation.md | 4 +++- _explanations/explanations.md | 7 +++++-- _how-tos/how-tos.md | 9 ++++++--- _reference/reference.md | 2 ++ _tutorials/tutorials.md | 6 +----- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/_explanations/documentation.md b/_explanations/documentation.md index 551a605..56c2b39 100644 --- a/_explanations/documentation.md +++ b/_explanations/documentation.md @@ -130,7 +130,9 @@ images #### See also {: .alert-heading} -- [Reporting errors, suggesting changes, etc.](#) +- [Reporting bugs, feature ideas, etc.](reporting) +{% comment %} - [Editing the documentation](#) +{% endcomment %} {: .mb-0 } \ No newline at end of file diff --git a/_explanations/explanations.md b/_explanations/explanations.md index 98e4efc..8d7785b 100644 --- a/_explanations/explanations.md +++ b/_explanations/explanations.md @@ -6,10 +6,13 @@ draft : true order : 4 --- -theoretical knowledge · understanding-oriented · useful when studying +Explanations can equally well be described as discussions. Topics at a higher level or even from different perspectives. {: .lead } -- [Features overview](features) + - [Documentation overview](documentation) +{% comment %} +- [Features overview](features) - [Plugins](#) - ... +{% endcomment %} \ No newline at end of file diff --git a/_how-tos/how-tos.md b/_how-tos/how-tos.md index 54924a1..5f93698 100644 --- a/_how-tos/how-tos.md +++ b/_how-tos/how-tos.md @@ -6,25 +6,28 @@ draft : true order : 2 --- -practical steps · problem-oriented · useful when working +Show how to solve a specific problem {: .lead } ### Installation - [Installing Fontra Pak on your computer](installing-fontra-pak) -- Running Fontra on a web server - [Building Fontra from source](building-fontra-from-source) +{% comment %} +- Running Fontra on a web server +{% endcomment %} ### Editing fonts - [Opening a UFO or designspace file](opening-ufo-designspace) - [Creating new glyphs](create-new-glyph) +{% comment %} - Creating new glyphs at specific locations - Creating variable components - ... +{% endcomment %} ### Documentation - [Keyboard Shortcuts](keyboard-shortcuts) - [Reporting bugs, feature ideas, etc.](reporting) -- ... diff --git a/_reference/reference.md b/_reference/reference.md index ae3aeab..18529f9 100644 --- a/_reference/reference.md +++ b/_reference/reference.md @@ -33,9 +33,11 @@ theoretical knowledge · information-oriented · useful when working - [Context menu](context-menu) +{% comment %}
### APIs - ...
+{% endcomment %} \ No newline at end of file diff --git a/_tutorials/tutorials.md b/_tutorials/tutorials.md index 0fd3de7..58e203d 100644 --- a/_tutorials/tutorials.md +++ b/_tutorials/tutorials.md @@ -6,13 +6,9 @@ draft : true order : 1 --- -practical steps · learning-oriented · useful when studying +Allow a newcomer to get started {: .lead } -Reporting bugs, feature ideas -------- - *Pen tool* introduction ------- From 28f283b3beabe45cef6605488837837013913720 Mon Sep 17 00:00:00 2001 From: Olli Meier Date: Fri, 3 May 2024 17:39:16 +0200 Subject: [PATCH 3/7] Restructuring --- _explanations/documentation.md | 21 +++++++++----- _explanations/explanations.md | 6 ++-- _explanations/features-overview.md | 17 ----------- .../understanding-variable-components.md | 24 +++++++++++++++ _how-tos/draw/draw-with-3-axes.md | 29 +++++++++++++++++++ _how-tos/how-tos.md | 6 ++-- _how-tos/installing-fontra-pak.md | 5 ++++ _includes/header.html | 3 +- _introduction/introduction.md | 24 ++++----------- .../navigation}/keyboard-shortcuts.md | 7 +++-- _reference/reference.md | 4 +++ _tutorials/tutorials.md | 2 +- .../understanding-variable-components.md | 21 -------------- index.md | 7 ++--- 14 files changed, 99 insertions(+), 77 deletions(-) delete mode 100644 _explanations/features-overview.md create mode 100644 _explanations/understanding-variable-components.md create mode 100644 _how-tos/draw/draw-with-3-axes.md rename {_how-tos => _reference/navigation}/keyboard-shortcuts.md (91%) delete mode 100644 _tutorials/understanding-variable-components.md diff --git a/_explanations/documentation.md b/_explanations/documentation.md index 56c2b39..920dc1c 100644 --- a/_explanations/documentation.md +++ b/_explanations/documentation.md @@ -22,15 +22,17 @@ order : 2 - write it down as clearly as possible to pave the path for other users - with input from users and developers, make it better over time +{% comment %} +{% endcomment %} ### How this documentation is structured - content is written and structured around the matrix proposed by the [Documentation System] -- TL;DR: there are four types of documentation: *explanations*, *tutorials*, *how-tos*, *reference* +- TL;DR: there are four types of documentation: *tutorials*, *how-tos*, *reference*, *explanations* - this system makes it easier for users to find what they are looking for, and for authors to expand and maintain the docs [Documentation System]: http://documentation.divio.com/ @@ -72,6 +74,8 @@ fontra-docs ├── _py/ ├── css/ ├── images/ +├── videos/ +├── _introduction/ ├── _reference/ ├── _explanations/ ├── _tutorials/ @@ -105,23 +109,26 @@ css
##### Content (documentation authors) -reference -: sources for pages in the *Reference* section - -explanations -: sources for pages in the *Explanations* section - tutorials : sources for pages in the *Tutorials* section how-tos : sources for pages in the *How-Tos* section +reference +: sources for pages in the *Reference* section + +explanations +: sources for pages in the *Explanations* section + index.md : home page of the documentation images : all images (screenshots, icons, etc.) + +videos +: all videos
diff --git a/_explanations/explanations.md b/_explanations/explanations.md index 8d7785b..2464a38 100644 --- a/_explanations/explanations.md +++ b/_explanations/explanations.md @@ -6,13 +6,15 @@ draft : true order : 4 --- -Explanations can equally well be described as discussions. Topics at a higher level or even from different perspectives. +Topics at a higher level or even from different perspectives. Explanations can equally well be described as discussions. {: .lead } - [Documentation overview](documentation) +- [Understanding variable components](understanding-variable-components) {% comment %} -- [Features overview](features) +- [Why another font editing software?](#) +- [Why Fontra Pak](#) - [Plugins](#) - ... {% endcomment %} \ No newline at end of file diff --git a/_explanations/features-overview.md b/_explanations/features-overview.md deleted file mode 100644 index 58a36ac..0000000 --- a/_explanations/features-overview.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title : Features overview -layout : default -permalink : /explanations/features/ -draft : true -order : 2 ---- - - - -... diff --git a/_explanations/understanding-variable-components.md b/_explanations/understanding-variable-components.md new file mode 100644 index 0000000..4945625 --- /dev/null +++ b/_explanations/understanding-variable-components.md @@ -0,0 +1,24 @@ +--- +title : Understanding variable components +layout : default +permalink : /explanations/understanding-variable-components/ +draft : true +order : 1 +--- + + + +
+ +
+ + +### Links + +- [Storing Variable Components in UFO files](http://github.com/googlefonts/variable-components-in-ufo) \ No newline at end of file diff --git a/_how-tos/draw/draw-with-3-axes.md b/_how-tos/draw/draw-with-3-axes.md new file mode 100644 index 0000000..2bb8f4f --- /dev/null +++ b/_how-tos/draw/draw-with-3-axes.md @@ -0,0 +1,29 @@ +--- +title : Draw with 3 global variations axes +layout : default +permalink : /how-tos/draw/draw-with-3-axes +draft : true +order : 2 +--- + + + +Gaëtan draws the word *handful* with 3 global variations axes: rounded, inktraps and pinch +------- + +
+ +
+ +You will see how to: +- add axes +- adjust spacing +- use the multi source edition +- interract with RoboFont for transformations (not yet implemented in Fontra) +- Pen tool / break contours / join contours \ No newline at end of file diff --git a/_how-tos/how-tos.md b/_how-tos/how-tos.md index 5f93698..2a859d3 100644 --- a/_how-tos/how-tos.md +++ b/_how-tos/how-tos.md @@ -6,7 +6,7 @@ draft : true order : 2 --- -Show how to solve a specific problem +Solve a specific problems {: .lead } ### Installation @@ -27,7 +27,9 @@ Show how to solve a specific problem - ... {% endcomment %} +### Draw +- [Draw with 3 global variations axes](draw/draw-with-3-axes) + ### Documentation -- [Keyboard Shortcuts](keyboard-shortcuts) - [Reporting bugs, feature ideas, etc.](reporting) diff --git a/_how-tos/installing-fontra-pak.md b/_how-tos/installing-fontra-pak.md index c4415e8..da892e6 100644 --- a/_how-tos/installing-fontra-pak.md +++ b/_how-tos/installing-fontra-pak.md @@ -16,6 +16,11 @@ order : 1 Fontra can be installed locally using [Fontra Pak], a self-contained application which allows you to edit local files in your browser using Fontra. The installer is available only for **macOS** and **Windows**. Linux users can [build Fontra from source]. +
+ +
+ + Follow the steps below to install Fontra Pak on your machine. 1. Go to fontra.xyz/ diff --git a/_includes/header.html b/_includes/header.html index a146b5b..f03a54a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -8,10 +8,11 @@ diff --git a/_introduction/introduction.md b/_introduction/introduction.md index 03d22bc..2519cc1 100644 --- a/_introduction/introduction.md +++ b/_introduction/introduction.md @@ -6,32 +6,20 @@ draft : true order : 0 --- -Introduction +Fontra is an open-source, browser-based, cross-platform, variable-first font editor. {: .lead } - +Fontra extends the boudaries of what current font editors can do. Originally developed to make the design and production of large CJK fonts more efficient, Fontra provides deeper integration of variable font technology and improved usability of variable components as design elements.
+Fontra is different from most other editors because it works in the browser. Using the [Fontra Pak](how-tos/installing-fontra-pak) application, you can run Fontra locally to edit files on your computer. Fontra can also be used remotely from a server, allowing collaboration in real-time between multiple users. Quickstart ---------- -- [Installing Fontra Pak on your computer](how-tos/installing-fontra-pak/) -- [Workspace overview](reference/workspace/) -- [Opening a UFO or designspace file](how-tos/opening-ufo-designspace) - - -Fontra is an open-source, browser-based, cross-platform, variable-first font editor. It is developed by Black[Foundry] and Just van Rossum with support from Google. - -Fontra extends the boudaries of what current font editors can do. Originally developed to make the design and production of large CJK fonts more efficient, Fontra provides deeper integration of variable font technology and improved usability of variable components as design elements. - -Fontra is different from most other editors because it works in the browser. Using the [Fontra Pak](#) application, you can run Fontra locally to edit files on your computer. Fontra can also be used remotely from a server, allowing collaboration in real-time between multiple users. +- [Installing Fontra Pak on your computer]({{ site.url }}/how-tos/installing-fontra-pak/) +- [Opening a UFO or designspace file]({{ site.url }}/how-tos/opening-ufo-designspace) +- [Workspace overview]({{ site.url }}/reference/workspace/) diff --git a/_how-tos/keyboard-shortcuts.md b/_reference/navigation/keyboard-shortcuts.md similarity index 91% rename from _how-tos/keyboard-shortcuts.md rename to _reference/navigation/keyboard-shortcuts.md index 6361ff5..0ede370 100644 --- a/_how-tos/keyboard-shortcuts.md +++ b/_reference/navigation/keyboard-shortcuts.md @@ -1,15 +1,16 @@ --- title : Keyboard shortcuts layout : default -permalink : /how-tos/keyboard-shortcuts/ +permalink : /reference/navigation/keyboard-shortcuts/ draft : true -order : 4 +order : 301 --- diff --git a/_reference/reference.md b/_reference/reference.md index 18529f9..dfcb671 100644 --- a/_reference/reference.md +++ b/_reference/reference.md @@ -16,6 +16,7 @@ theoretical knowledge · information-oriented · useful when working - [Workspace](workspace) - [Canvas](canvas) - [Navigation](navigation) + - [Keyboard shortcuts](navigation/keyboard-shortcuts) - [Tools](tools) - [Pointer](tools/pointer) - [Pen](tools/pen) @@ -31,6 +32,9 @@ theoretical knowledge · information-oriented · useful when working - [Glyph info](panels/glyph-info) - [Transformation](panels/transformations) - [Context menu](context-menu) +{% comment %} +- [OT Features](#) +{% endcomment %} {% comment %} diff --git a/_tutorials/tutorials.md b/_tutorials/tutorials.md index 58e203d..95c5f37 100644 --- a/_tutorials/tutorials.md +++ b/_tutorials/tutorials.md @@ -6,7 +6,7 @@ draft : true order : 1 --- -Allow a newcomer to get started +Getting started {: .lead } diff --git a/_tutorials/understanding-variable-components.md b/_tutorials/understanding-variable-components.md deleted file mode 100644 index 715c320..0000000 --- a/_tutorials/understanding-variable-components.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title : Understanding variable components -layout : default -permalink : /tutorials/understanding-variable-components/ -draft : true -order : 1 ---- - - - -... - -### Links - -- [Storing Variable Components in UFO files](http://github.com/googlefonts/variable-components-in-ufo) diff --git a/index.md b/index.md index 810c510..0b0c13a 100644 --- a/index.md +++ b/index.md @@ -20,7 +20,7 @@ read more in [Welcome to Fontra](explanations/welcome-to-fontra) - +{% comment %} About ----- @@ -68,10 +68,7 @@ useful when working [Documentation System]: http://documentation.divio.com/ - - -Links ------ +{% endcomment %}
From 704c383b87f2574ab4d5aff9439c0313d403dd8e Mon Sep 17 00:00:00 2001 From: Olli Meier Date: Tue, 7 May 2024 17:26:36 +0200 Subject: [PATCH 4/7] Fix some order issues, fix typo, update links, extend tutorials --- _explanations/documentation.md | 2 +- _explanations/explanations.md | 6 ++--- .../understanding-variable-components.md | 2 +- _explanations/welcome.md | 25 ------------------- _how-tos/building-fontra-from-source.md | 2 +- _how-tos/create-new-glyph.md | 5 +--- _how-tos/draw/draw-with-3-axes.md | 2 +- _how-tos/how-tos.md | 21 ++++++++-------- _how-tos/installing-fontra-pak.md | 2 +- _how-tos/opening-ufo-designspace.md | 2 +- _how-tos/reporting.md | 2 +- _introduction/introduction.md | 2 +- _tutorials/tutorials.md | 10 ++++++++ index.md | 2 +- 14 files changed, 32 insertions(+), 53 deletions(-) delete mode 100644 _explanations/welcome.md diff --git a/_explanations/documentation.md b/_explanations/documentation.md index 920dc1c..c6daa7c 100644 --- a/_explanations/documentation.md +++ b/_explanations/documentation.md @@ -2,7 +2,7 @@ title : Documentation overview layout : default permalink : /explanations/documentation/ -order : 2 +order : 901 ---
- -Follow the steps below to install Fontra Pak on your machine. - -1. Go to fontra.xyz/ - -2. Choose the right download link: Mac or Windows. - - ![]({{ site.url }}/images/fontra-pak-download.png){: .img-fluid} - -3. Unzip and double-click the package - - 3.1 Mac: then drag the Fontra Pak icon into the *Applications* folder to conclude the installation. - - ![]({{ site.url }}/images/fontra-pak-installer.png){: .img-fluid} - - 3.2 Windows: click 'More info' -> click 'Run anyway'. - - ![]({{ site.url }}/images/fontra-pak-install-windows-1.png){: .img-fluid} - - ![]({{ site.url }}/images/fontra-pak-install-windows-2.png){: .img-fluid} - - Have fun: [Building Fontra from source]({{ site.url }}/how-tos/building-fontra-from-source) + [Fontra Pak]: http://github.com/googlefonts/fontra-pak [build Fontra from source]: ../building-fontra-from-source [GitHub]: http://github.com From aed58114689027ae765b613033f5e186170ba823 Mon Sep 17 00:00:00 2001 From: Olli Meier Date: Wed, 8 May 2024 15:35:49 +0200 Subject: [PATCH 6/7] Fix links --- _explanations/documentation.md | 2 +- _how-tos/installation/building-fontra-from-source.md | 2 +- _how-tos/installation/installing-fontra-pak-mac.md | 2 +- _how-tos/installation/installing-fontra-pak-windows.md | 2 +- _how-tos/installation/installing-fontra-pak.md | 4 ++-- _reference/context-menu.md | 2 +- _reference/reference.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_explanations/documentation.md b/_explanations/documentation.md index c6daa7c..33e7e98 100644 --- a/_explanations/documentation.md +++ b/_explanations/documentation.md @@ -137,7 +137,7 @@ videos #### See also {: .alert-heading} -- [Reporting bugs, feature ideas, etc.](reporting) +- [Reporting bugs, feature ideas, etc.]({{ site.url }}/how-tos/reporting) {% comment %} - [Editing the documentation](#) {% endcomment %} diff --git a/_how-tos/installation/building-fontra-from-source.md b/_how-tos/installation/building-fontra-from-source.md index 352df5a..39e8259 100644 --- a/_how-tos/installation/building-fontra-from-source.md +++ b/_how-tos/installation/building-fontra-from-source.md @@ -1,7 +1,7 @@ --- title : Building Fontra from source layout : default -permalink : /how-tos/building-fontra-from-source/ +permalink : /how-tos/installation/building-fontra-from-source/ draft : true order : 110 --- diff --git a/_how-tos/installation/installing-fontra-pak-mac.md b/_how-tos/installation/installing-fontra-pak-mac.md index d198668..59aa56f 100644 --- a/_how-tos/installation/installing-fontra-pak-mac.md +++ b/_how-tos/installation/installing-fontra-pak-mac.md @@ -1,7 +1,7 @@ --- title : Installing Fontra Pak on Mac layout : default -permalink : /how-tos/installing-fontra-pak-mac/ +permalink : /how-tos/installation/installing-fontra-pak-mac/ draft : true order : 102 --- diff --git a/_how-tos/installation/installing-fontra-pak-windows.md b/_how-tos/installation/installing-fontra-pak-windows.md index 86a799a..67f1030 100644 --- a/_how-tos/installation/installing-fontra-pak-windows.md +++ b/_how-tos/installation/installing-fontra-pak-windows.md @@ -1,7 +1,7 @@ --- title : Installing Fontra Pak on Windows layout : default -permalink : /how-tos/installing-fontra-pak-windows/ +permalink : /how-tos/installation/installing-fontra-pak-windows/ draft : true order : 103 --- diff --git a/_how-tos/installation/installing-fontra-pak.md b/_how-tos/installation/installing-fontra-pak.md index 1aa8da6..6443d25 100644 --- a/_how-tos/installation/installing-fontra-pak.md +++ b/_how-tos/installation/installing-fontra-pak.md @@ -1,7 +1,7 @@ --- title : Installing Fontra Pak on your computer layout : default -permalink : /how-tos/installing-fontra-pak/ +permalink : /how-tos/installation/installing-fontra-pak/ draft : true order : 101 --- @@ -20,7 +20,7 @@ Fontra can be installed locally using [Fontra Pak], a self-contained application
-Have fun: [Building Fontra from source]({{ site.url }}/how-tos/building-fontra-from-source) +Have fun: [Building Fontra from source]({{ site.url }}/how-tos/installation/building-fontra-from-source) [Fontra Pak]: http://github.com/googlefonts/fontra-pak diff --git a/_reference/context-menu.md b/_reference/context-menu.md index 96743e8..687b822 100644 --- a/_reference/context-menu.md +++ b/_reference/context-menu.md @@ -1,7 +1,7 @@ --- title : Context menu layout : default -permalink : /reference/menu/ +permalink : /reference/context-menu/ draft : true order : 600 --- diff --git a/_reference/reference.md b/_reference/reference.md index dfcb671..192fd60 100644 --- a/_reference/reference.md +++ b/_reference/reference.md @@ -25,7 +25,7 @@ theoretical knowledge · information-oriented · useful when working - [Hand](tools/hand) - [Panels](panels) - [Preview text](panels/preview-text) - - [Find glyph](panels/glyph-info) + - [Find glyph](panels/find-glyph) - [Designspace](panels/designspace) - [Options](panels/options) - [Reference font](panels/reference-font) From e1f5742767c465e6615dfdf94d1bc53d503ffb17 Mon Sep 17 00:00:00 2001 From: Olli Meier Date: Thu, 9 May 2024 12:09:37 +0200 Subject: [PATCH 7/7] Update missing links --- _how-tos/opening-ufo-designspace.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_how-tos/opening-ufo-designspace.md b/_how-tos/opening-ufo-designspace.md index 3d61e5c..777ee1d 100644 --- a/_how-tos/opening-ufo-designspace.md +++ b/_how-tos/opening-ufo-designspace.md @@ -14,7 +14,7 @@ order : 201 -Fontra supports the [UFO] and [designspace] formats natively. +Fontra supports the [UFO](https://unifiedfontobject.org/) and [designspace](https://fonttools.readthedocs.io/en/latest/designspaceLib/index.html) formats natively. Follow the steps below to open your local files in the browser using the Fontra Pak app. @@ -26,6 +26,8 @@ Follow the steps below to open your local files in the browser using the Fontra ![]({{ site.url }}/images/fontra-browser-open.png){: .img-fluid } +Example designspace format: [RobotoFlex.designspace](https://github.com/googlefonts/roboto-flex/blob/739e06dc46ebb14cddd88b9768a6c1504d4677f6/sources/RobotoFlex.designspace) + That's it! Have fun using Fontra to design and build your fonts. [UFO]: #