Skip to content

raphaelbastide/ofont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofont

ofont logo

Ofont is a free and open source tool for font collections. It runs in the browser and is easy to install on your server. You can try a copy of ofont at: http://usemodify.com

Possible usages

  • Foundry, microfoundry
  • Font portfolio
  • To share your favorites fonts!

Features

  • Tags, authors, licenses, related fonts field and more
  • Extendable fields for your custom classification (text, image, PDF…)
  • Upload webfont archive from Fontsquirrel generator
  • Live text preview
  • URL param for text preview: demo
  • Font size slider
  • Light / dark mode toggle
  • Large / grid view for text preview
  • List and browse taxonomies
  • Fullscreen preview mode
  • Search form

Install

Ofont is based on ProcessWire, those information will help you to install it.

  1. Download the last version of ProcessWire then unzip it to another location.

  2. Before installing ProcessWire, rename the folder /site-default/ to /site/ then copy and paste the following files from ofont directory to ProcessWire directory:

     /site/install/
     /site/templates/
     /site/modules/
     /site/config-example.php
    
  3. Delete the existing config.php and rename the file config-example.php to config.php.

  4. Create a new dedicated SQL database using PhpMyAdmin.

  5. After you've completed the steps above, run the installer /install.php for the new site by loading it in your browser and follow the instructions.

When Finished

It's not good to leave the exported profile lying around as it may be consuming quite a bit of disk space. As a result, I recommend that you remove the profile when done with all of the above steps (/site/install/install.sql).

Customise

Ofont uses Stylus for CSS compiling, and Fontello to generate icon font.

Update to the latest ofont version

Ofont is still in development, so it may regularly come new features. To update your ofont to the latest available version follow those steps :

  1. First of all, for safety it is recommended to backup your database.

  2. Copy and paste these files from the latest ofont directory to your current directory:

     /site/templates/
     /site/modules/
    
  3. In your ProcessWire admin, go to Admin->Modules then click Check for New Modules. If new modules are found, install it.

  4. Copy the content of /updateFiles/fields.txt from the latest ofont directory and paste it to Admin->Setup->Fields->Import in your ProcessWire admin. Click Preview then agree to every changes.

  5. Copy the content of /updateFiles/templates.txt from the latest ofont directory and paste it to Admin->Setup->Templates->Import in your ProcessWire admin. Click Preview then agree to every changes.

  6. Enjoy!

License

Ofont is under GNU/GPLv3 License.