From aed995aa75223181d72a9ebfb9a57a7eac397276 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 5 Aug 2018 03:01:04 +0200 Subject: Add README Write a description of the web extension. Start on installation instructions. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e5a9cd3 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +Legibility +========== + +A WebExtension that enables you to add custom CSS styles to websites. Unlike a +global user stylesheet, this extension loads a separate stylesheet for each +site, giving you control over the appearance of any site. For example, sites +with poorly legible typography can be easily corrected for better a reading +experience. + + +## Usage + + +## Install +This extension _must_ be installed as an unpacked extension. + + +## License +Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). -- cgit v1.2.3