From 03b35bd1265ff460c169e9d5f9447b42a6f9e0c5 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Tue, 27 Aug 2024 09:48:47 -0300 Subject: [PATCH] bump tested up to version and add user review to readme --- README.md | 16 +++++++++++++++- readme.txt | 23 +++++++++++++++++++++-- 2 files changed, 36 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7eaeb6b..b483562 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,26 @@ # Modern Fonts Stacks for WordPress Font Library +[An user review](https://wordpress.org/support/topic/maybe-the-last-font-stacks-youll-ever-need-a-must-have-for-fse-users/): + +The “Modern Font Stacks” are 15 handpicked font families that ensure a similar look and feel of your text across platforms, be it Windows, macOS, Linux or mobile devices, in the fastest and most robust way possible — by using the best system fonts available. + +No external downloads are necessary. No “flash of unstyled text”. There are no privacy issues. + +Search for “Modern Font Stacks” on your favorite search engine for the full story; you won’t regret it. + +You can add these font stacks to your theme via theme.json, which is not overly technical, just a bit cumbersome — or — you can use the “Modern Fonts for Font Library” plugin, which does just that for you. Afterward, the new font stacks will be available in the typography settings of your full site editing theme and, as a result, in the block editor for your content. + +Worried about long-time support? Don’t be. The system fonts aren’t going anywhere, and you can at any time replace the “Modern Font for Font Library” plugin with a few lines of custom CSS or the mentioned addition to theme.json. + +I’ve built numerous sites using Modern Font Stacks. Having a good selection of beautiful and efficient fonts for body text, script, monospaced text, etc. means that I can often avoid external fonts entirely, or just use a single external font for branding or headings. This results in a super-fast user experience. + + **This is a plugin that adds a font collection to provide users with the ability to install a modern system fonts stacks.** It can be used new WordPress Font Library with `WordPress >= 6.5`. ![Screenshot Modern Fonts Stacks for WordPress Font Library](https://github.com/matiasbenedetto/modern-fonts-stacks-for-font-library/assets/1310626/a1af8f98-fcc4-4916-bdee-fa7990da1867) - ## Why? As an example to showcase the extensibility of the WordPress Font Library. diff --git a/readme.txt b/readme.txt index 936dbc9..01f4ab8 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Author: @mmaattiiaass Contributors: mmaattiiaass Tags: fonts, font-library, system-fonts, modern-font-stacks Requires at least: 6.4 -Tested up to: 6.5 +Tested up to: 6.6 Stable tag: 1.0.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -11,7 +11,22 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html A collection of system fonts for the WordPress Font Library. == Description == -Modern Fonts for Font Library is a plugin that add a font collection to the WordPress Font Library that allows you to easily add modern font stacks to your website. +Modern Fonts for Font Library is a plugin that add a font collection to the WordPress Font Library that allows you to easily add modern font stacks of sytem fonts to your website. + +An user review: + +The “Modern Font Stacks” are 15 handpicked font families that ensure a similar look and feel of your text across platforms, be it Windows, macOS, Linux or mobile devices, in the fastest and most robust way possible — by using the best system fonts available. + +No external downloads are necessary. No “flash of unstyled text”. There are no privacy issues. + +Search for “Modern Font Stacks” on your favorite search engine for the full story; you won’t regret it. + +You can add these font stacks to your theme via theme.json, which is not overly technical, just a bit cumbersome — or — you can use the “Modern Fonts for Font Library” plugin, which does just that for you. Afterward, the new font stacks will be available in the typography settings of your full site editing theme and, as a result, in the block editor for your content. + +Worried about long-time support? Don’t be. The system fonts aren’t going anywhere, and you can at any time replace the “Modern Font for Font Library” plugin with a few lines of custom CSS or the mentioned addition to theme.json. + +I’ve built numerous sites using Modern Font Stacks. Having a good selection of beautiful and efficient fonts for body text, script, monospaced text, etc. means that I can often avoid external fonts entirely, or just use a single external font for branding or headings. This results in a super-fast user experience. + == Installation == 1. Install the plugin through the WordPress plugins screen directly or upload the plugin files to the `/wp-content/plugins/modern-fonts-for-font-library` directory. @@ -19,6 +34,10 @@ Modern Fonts for Font Library is a plugin that add a font collection to the Word == Changelog == += 1.0.5 = +- Bump tested up to version. +- Add user review to the description. + = 1.0.4 = Fixed the plugin version.