=== AppHaven Font Resizer ===
Contributors: mgrant
Plugin URI: https://apphaven.net/plugins/apphaven-font-resizer
Donate link: https://apphaven.net/donate
Tags: accessibility, font size, typography, widget
Requires at least: 5.8
Tested up to: 6.8.3
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Adds an accessible font-size widget with Normal, Large, and X-Large options to resize the current post/page text.

== Description ==

AppHaven Font Resizer adds a simple, accessible text-size widget to your WordPress site.
Visitors can switch between Normal, Large, and X-Large font sizes on single posts and pages.
The selection is saved in the browser so the preferred size is remembered across visits.

Key features:

* Three size presets: Normal, Large, X-Large.
* Accessible toolbar and buttons with `aria-pressed`.
* Works with most themes without template changes.
* Remembers visitor’s choice via localStorage.

== Installation ==

1. Upload the `apphaven-font-resizer` folder to `/wp-content/plugins/`.
2. Activate **AppHaven Font Resizer** through the "Plugins" menu in WordPress.
3. Go to **Appearance → Widgets** and add the **Font Resizer (AppHaven)** widget to your sidebar or other widget area.
4. Visit a single post or page and click the buttons to adjust font size.

== Frequently Asked Questions ==

= Does this plugin modify my theme files? =

No. It wraps your content in a container and adjusts font sizes via CSS variables and JavaScript.

= Will the font size change site-wide? =

Only the main content area on posts/pages is affected. Headers, menus, and footers are left alone.

== Changelog ==

= 1.0.0 =
* Initial release.
