Linux 软件免费装

Font Type Tester

开发者 mitradranirban
更新时间 2025年7月30日 14:09
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later
版权网址: 版权信息

标签

fonts font-tester font-preview typography-tools static-fonts

下载

1.1.12

详情介绍:

Font Type Tester is a powerful WordPress plugin designed for designers, developers, and typography enthusiasts who need to test and preview static fonts with precision control over typography settings. Key Features: Perfect for: Privacy & Security: The plugin automatically renames uploaded font files with random strings, ensuring that the original font source remains protected. This is particularly useful when testing premium fonts or when you need to share font previews without exposing the actual font files.

安装:

Automatic Installation:
  1. Log in to your WordPress admin panel
  2. Go to Plugins > Add New
  3. Search for "Font Type Tester"
  4. Click "Install Now" and then "Activate"
Manual Installation:
  1. Download the plugin files
  2. Upload the font-type-tester folder to /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. The plugin will automatically create necessary directories and database tables
Usage:
  1. Admin Side:
Go to Settings → Font Tester in WordPress admin Upload fonts with optional custom names Manage (view/delete) uploaded fonts Copy the shortcode [fotyte_font_tester] for use
  1. Front-end:
Add [fotyte_font_tester] shortcode to any page/post Users can select from available fonts via dropdown Full typography controls remain available No upload interface visible to regular users

常见问题:

What font formats are supported?

The plugin supports TTF, OTF, WOFF, and WOFF2 font formats, which cover the majority of web font needs.

Are my font files secure?

Yes! The plugin automatically obfuscates font filenames by renaming them with random strings. This protects the original source while still allowing full functionality.

Can I use this plugin on multiple pages?

Absolutely! You can use the [font_tester] shortcode on any page, post, or widget area where shortcodes are supported.

What happens to uploaded fonts when I deactivate the plugin?

When the plugin is deactivated, all uploaded font files and database entries are automatically cleaned up to keep your site tidy.

Can I customize the sample text?

Yes! The plugin includes a textarea where user can input any custom text to test how fonts render with your specific content.

Is there a file size limit for font uploads?

The plugin respects your WordPress and server upload limits. Most font files are well within typical limits, but very large font files may need server configuration adjustments.

Does this work with variable fonts?

This version focuses on static fonts. Variable font support is available in our Variable Font sampler.

Can I delete uploaded fonts?

Yes! Each uploaded font can be deleted individually through the interface, which removes both the file and database record.

更新日志:

1.1.12 1.1.11 1.1.10 Security & Code Quality Release 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0
  1. Admin Interface Added New admin menu item under Settings → Font Tester Clean admin interface for font upload and management Table view of all uploaded fonts with delete functionality Usage instructions for the shortcode
  2. Front-end Changes
Removed font upload form completely Simplified interface focusing only on font testing Users can only select from fonts uploaded by administrators Shows message when no fonts are available
  1. Security Improvements
Added capability checks (manage_options) for all admin functions Only administrators can upload and delete fonts Enhanced permission validation
  1. New Files Created The plugin now creates 4 files:
font-tester.css - Front-end styles font-tester.js - Front-end JavaScript font-tester-admin.css - Admin interface styles font-tester-admin.js - Admin interface JavaScript
  1. Enhanced Functionality
Better caching system Improved database queries with prepared statements Cleaner admin interface with WordPress styling Automatic page reload after font upload for immediate feedback