=== Variable Font Sampler ===
Contributors: mitradranirban
Tags: fonts, font preview, variable font, font foundry. fontsampler
Requires at least: 5.7
Tested up to: 6.8
Requires PHP: 7.0
Stable tag: 1.0.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Show your variable font in your wordpress site with user determined preview text and slider for weight, width, and font size
== Demo site ==
Fontsampler Demo Site
== Plugin site ==
Visit the plugin GitHub page
== Key Features ==
1. Shortcode Support: Use `[font_sampler]` with customizable parameters
2. Interactive Controls: Sliders for font size, weight, width, and text input
3. Responsive Design: Mobile-friendly interface
4. Variable Font Support: Specifically designed for variable fonts with multiple axes
== Usage: ==
= Basic Shortcode: =
`[font_sampler font="https://example.com/font.woff2"]`
= Advanced Shortcode: =
`[font_sampler font="https://example.com/font.woff2" text="Custom sample text" size="48" controls="true"]`
== Features of the Plugin ==
* Variable Font Controls: Interactive sliders for weight, width, and size
* Custom Text: Users can change the sample text in real-time
* Error Handling: Graceful fallbacks when fonts fail to load
* Responsive: Works well on all device sizes
== Installation ==
= Install process is quite simple : =
– After getting plugin ZIP file log onto WP admin page.
– Open Plugins >> Add new.
– Click on “Upload plugin” beside top heading.
– Drag and drop plugin zip file.
- Press Install button
- Activate the plugin
== Changelog ==
= 1.0.4 (03 July 2025)
* Removes all Admin interface code
* Shortcode requires the font attribute; no fallback to defaults.
= 1.0.3 (03 July 2025) =
* Added Version tag to bust browser cache
= 1.0.2 (03 July 2025)
* requires php bumped to 7.0 (issue#1)
* load_plugin_textdomain removed (issue#2)
* generic functions prefixed with varifosa_(issue#3)
* files uploaded to uploads folder instead of plugin folder and linked from there (issue#4)
= 1.0.1 (18 June 2025)=
* Corrected escape errors
= 1.0.0 (17 June 2025) =
* First release