From 5e58c8f45bd97ec144352ee5cbbcef26e53ab225 Mon Sep 17 00:00:00 2001 From: wouterpeere Date: Wed, 17 Jan 2024 18:06:01 +0100 Subject: [PATCH] Try new font --- GHEtoolGUI/gui_config.ini | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/GHEtoolGUI/gui_config.ini b/GHEtoolGUI/gui_config.ini index 25a0aa5..e1e1b57 100644 --- a/GHEtoolGUI/gui_config.ini +++ b/GHEtoolGUI/gui_config.ini @@ -12,7 +12,7 @@ FILE_EXTENSION: GHEtool GUI_NAME: GHEtool Community ICON_NAME: icon_squared_07.svg PATH_2_ICONS: ./GHEtoolGUI/ -FONT_WINDOWS: Lexend +FONT_WINDOWS: Arial VERSION: 2.2.0 FONT_MAC: Helvetica FONT_SIZE_WINDOWS: 12 diff --git a/README.md b/README.md index fe4b740..5364bf1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # GHEtool GUI -[![Tests](https://github.com/wouterpeere/GHEtool/actions/workflows/test.yml/badge.svg)](https://github.com/wouterpeere/GHEtool/actions/workflows/test.yml) -[![codecov](https://codecov.io/gh/wouterpeere/GHEtool/branch/main/graph/badge.svg?token=I9WWHW60OD)](https://codecov.io/gh/wouterpeere/GHEtool) -[![Read the Docs](https://readthedocs.org/projects/ghetool/badge/?version=latest)](https://ghetool.readthedocs.io/en/latest/) +[![Tests](https://github.com/wouterpeere/GHEtool-GUI/actions/workflows/test.yml/badge.svg)](https://github.com/wouterpeere/GHEtool/actions/workflows/test.yml) +[![codecov](https://codecov.io/gh/wouterpeere/GHEtool-GUI/branch/main/graph/badge.svg?token=I9WWHW60OD)](https://codecov.io/gh/wouterpeere/GHEtool) +[![Read the Docs](https://readthedocs.org/projects/ghetool-GUI/badge/?version=latest)](https://ghetool.readthedocs.io/en/latest/) ## What is GHEtool GUI? @@ -18,7 +18,8 @@ This GUI is built using [ScenarioGUI](https://github.com/tblanke/ScenarioGUI) an ## Development This open-source graphical user interface is maintained by the community of users and welcomes also your contribution! -Below you can find the requirements of GHEtool GUI and in the read +Below you can find the requirements of running GHEtool GUI yourself. More information about the package +structure and executable-creation can be found on our [readthedocs](https://ghetool-gui.readthedocs.io/en/latest/). ### Requirements This code is tested with Python 3.10 and requires the following libraries (the versions mentioned are the ones with which the code is tested)