Skip to content

Commit

Permalink
Merge pull request #14 from matiasbenedetto/bump/1-0-6
Browse files Browse the repository at this point in the history
Bump tested up to version and add user review to readme
  • Loading branch information
matiasbenedetto committed Aug 27, 2024
2 parents 383ded4 + 03b35bd commit c8a0cbe
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
23 changes: 21 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,41 @@ 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

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.
2. Activate the plugin through the 'Plugins' screen in WordPress.

== Changelog ==

= 1.0.5 =
- Bump tested up to version.
- Add user review to the description.

= 1.0.4 =
Fixed the plugin version.

Expand Down

0 comments on commit c8a0cbe

Please sign in to comment.