Used to add Purdue University brand fonts, favicons and branded login form to WordPress websites
Provide a consistent method of managing the Purdue brand across multiple WordPress sites.
- Upload the directory brandfonts and all its contents to the /wp-content/mu-plugins/ directory
- RECOMMEND that you include bedrock-autoloader plugin to support Must Use plugin install in subfolders
{
"repositories": [{
"type": "composer",
"url": "https://purdue.github.io"
}]
}
"require": {
"purdue/boilerup-wp": "*"
}
- Remove segment code
- Updated adobe font
- ADD: Brand fonts added to admin pages
- ADD: Admin Settings options
- ADD: Remove "tests" when installed on internal Purdue network
- UPDATED: Code logic and Segment file location
- UPDATE: File location fix for internal Purdue install
- UPDATE: Disable Segment Customizations
- ADD: Source Serif Pro font replaces Farnham Text
- ADD: Branded Login Page
- ADD: Favicon set
- ADD: Composer support
- Initial Release of Brandfonts