Home
Author Manual
Builder Manual
Development
Install fpm
Update fpm
Create new fpm project
Create new fpm project on github
Build fpm project locally
Publishing On Github pages
Publishing On Vercel
Use Favicon
Custom Fonts
Create Font Package
Auth Testing

How to Use Favicon
There are two ways by which we can use favicon:

Using favicon header under fpm.package
Pass the path to your favicon file as header under fpm.package in FPM.ftd. This favicon path should be relative to the root package folder.

-- import: fpm
-- fpm.package: amitu.com
favicon: assets/favicon.ico

Using default favicon
If any favicon.* file is present in the root package folder it will be picked up by default assuming that no favicon is specified under fpm.package in FPM.ftd.

Favicon.* conflict
In case of multiple favicon.* files in the same package folder, then the favicon file will be selected in the priority order ico > svg > png > jpg.