Skip to content

Commit 55a389b

Browse files
committed
Add docs for typography and plugins
1 parent 4bc8b02 commit 55a389b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

topics/geocml-desktop.adoc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,30 @@ The persistence layer is a _mutible and persistent_ directory shared between the
3939
==== About geocml-project.qgz
4040

4141
geoCML Desktop will automatically open geocml-project.qgz in QGIS when you connect to the XPRA service. geocml-project.qgz is the central project file for your entire geoCML deployment. By design, all of your GIS work must be done in this file.
42+
43+
44+
==== Typography and Fonts
45+
46+
geoCML Desktop comes with the following fonts installed by default:
47+
48+
- Baskerville
49+
- EB Garamond
50+
- Noto Serif
51+
- Open Sans
52+
- Oswald
53+
- Roboto
54+
55+
You can install custom fonts to geoCML Desktop to support your needs when creating maps. Follow these steps to add new fonts:
56+
57+
1. Collect your custom font as a .ttf file.
58+
2. Copy your font to the `Fonts/` directory in the persistence layer.
59+
3. gTS will automatically refresh your font cache every minute. After a minute has passed, restart QGIS.
60+
61+
62+
==== Installing QGIS Plugins
63+
64+
You can add workflow specific QGIS plugins to geoCML Desktop using the `qgis-plugin-manager` command line utility. Follow these steps to add new QGIS plugins to your geoCML Desktop instance:
65+
66+
1. In a text editor, open `build-resources/geocml-desktop/entrypoint.sh`.
67+
2. Add the following line to the `entrypoint.sh` file: `qgis-plugin-manager install <NAME OF PLUGIN>`.
68+
3. Run the install script to rebuild your containers.

0 commit comments

Comments
 (0)