├── LICENSE ├── acf-typography.php ├── assets └── js │ └── admin-field-group.js ├── fields ├── acf-Typography-v4.php └── acf-Typography-v5.php ├── google_fonts.json ├── includes ├── admin_settings.php ├── api-template.php └── functions.php ├── readme.txt ├── screenshot-1.png ├── screenshot-2.png └── screenshot-3.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/LICENSE -------------------------------------------------------------------------------- /acf-typography.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/acf-typography.php -------------------------------------------------------------------------------- /assets/js/admin-field-group.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/assets/js/admin-field-group.js -------------------------------------------------------------------------------- /fields/acf-Typography-v4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/fields/acf-Typography-v4.php -------------------------------------------------------------------------------- /fields/acf-Typography-v5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/fields/acf-Typography-v5.php -------------------------------------------------------------------------------- /google_fonts.json: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /includes/admin_settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/includes/admin_settings.php -------------------------------------------------------------------------------- /includes/api-template.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/includes/api-template.php -------------------------------------------------------------------------------- /includes/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/includes/functions.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/readme.txt -------------------------------------------------------------------------------- /screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/screenshot-1.png -------------------------------------------------------------------------------- /screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/screenshot-2.png -------------------------------------------------------------------------------- /screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mujahidi/acf-typography/HEAD/screenshot-3.png --------------------------------------------------------------------------------