From 4c25ca5744b1708d884d3fe7e1d01ec5b6bebf94 Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Thu, 18 Jul 2024 14:04:55 +0100 Subject: [PATCH] Update README.md Fixes #156 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ab287..8ddedd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Diffenator 2 -Compare two font families. +Compare two font families. Currently, the tool only supports static ttfs and variable ttfs. This tool primarily checks two font families for visual differences by comparing fonts against real words (wordlists can be found in the `src/diffenator/data/wordlists` directory). It also provides an improved "ttx diff" by treating each font as a tree and then doing a tree comparison. The output is a plain html file which then allows us to screenshot the differences using [Selenium](https://www.selenium.dev/documentation/webdriver/).