| 开发者 | jonashjalmarsson |
|---|---|
| 更新时间 | 2026年8月13日 17:06 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
@font-face on both the frontend and the admin, so the font is available everywhere. On top of that, Jalma Simple Fonts registers your fonts directly in the native font pickers of the most popular themes and page builders, so you can select them with a click — no custom CSS required:
font-display: swap/wp-content/plugins/.woff2, woff, and otf.
In wp-content/uploads/jalma-fonts/.
Yes. Fonts are registered in the WordPress Font Library and appear as a font collection in the Site Editor.
wp_register_font_collection() requirement).JALMA_SIMPLE_FONTS_) for Plugin Check compliance.@font-face CSS is now output via wp_register_style() + wp_add_inline_style() on the standard enqueue hooks instead of a raw <style> tag.wp_handle_upload() for font file uploads (replaces move_uploaded_file()) — Plugin Check compliant.