res:plugins:webfonts
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| res:plugins:webfonts [2024/11/02 01:23] β [Font License] fraenkiman | res:plugins:webfonts [2025/05/08 15:24] (current) β [Download] fraenkiman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Google | + | ===== Webfonts Plugin ===== |
| Author: [[https:// | Author: [[https:// | ||
| Line 5: | Line 5: | ||
| This plugin ensures that the Google Webfonts | This plugin ensures that the Google Webfonts | ||
| [[https:// | [[https:// | ||
| - | [[https:// | + | [[https:// |
| are provided on your web server in a GDPR-safe manner. | are provided on your web server in a GDPR-safe manner. | ||
| + | |||
| + | In the admin area, you have fine-grained control over font styles, Unicode ranges and preloading. | ||
| With the help of web fonts you can use any font in web design. | With the help of web fonts you can use any font in web design. | ||
| Line 14: | Line 16: | ||
| ==== Screenshots ==== | ==== Screenshots ==== | ||
| - | {{: | + | {{: |
| ==== CSS rules to specify font families ==== | ==== CSS rules to specify font families ==== | ||
| <code css> | <code css> | ||
| Line 23: | Line 25: | ||
| font-family: | font-family: | ||
| </ | </ | ||
| + | |||
| + | **Font Awesome 6.5** ~ 2,050 icons | ||
| + | |||
| + | Three values ββare required to reference a symbol: | ||
| + | |||
| + | * the class for the style prefix // | ||
| + | * the class fa-(stands for Font Awesome) and | ||
| + | * the class for the icon | ||
| + | |||
| + | Example: //<i class=" | ||
| + | |||
| + | The icons can also be added to any HTML element as a pseudo-element ::beforeor .::after | ||
| + | Example: | ||
| + | <code css> | ||
| + | content: " | ||
| + | font-family: | ||
| + | </ | ||
| + | |||
| + | [[https:// | ||
| ==== Font License ==== | ==== Font License ==== | ||
| - | These fonts are licensed under the Open Font License (OFL). | + | These Google |
| You can use them in your products & projects β print or digital, commercial or otherwise. | You can use them in your products & projects β print or digital, commercial or otherwise. | ||
| - | [[https:// | + | [[https:// |
| ==== Download ==== | ==== Download ==== | ||
| - | {{ res: | + | {{ res: |
| ===== Changelog ===== | ===== Changelog ===== | ||
| + | == 2025-05-08: Version 1.2.0 == | ||
| + | * If size filtering (sizes) is specified, it splits the CSS at each @font-face declaration and only outputs those blocks whose font-weight matches the desired values. | ||
| + | == 2024-12-22: Version 1.1.2 == | ||
| + | * Fixes the problem that the prioritized font could not be deselected | ||
| == 2024-11-02: Version 1.1.1 == | == 2024-11-02: Version 1.1.1 == | ||
| * Separate submenu in the configuration menu | * Separate submenu in the configuration menu | ||
res/plugins/webfonts.1730507034.txt.gz Β· Last modified: by fraenkiman
