Skip to content

oskar-anderson/Kapsas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playground for regular and variable font animation.

Wave

Live: https://oskar-anderson.github.io/Kapsas/

Used Libraries:

Running locally:

CORS prevents the use ES6 modules over the file:// protocol, so you cannot just run the project by opening the index.html file. The project has to run as a server.

Option 1: use Python http.server

open project directory in terminal

python pyServer.py 

Or

python3 pyServer.py

Option 2: Firefox

Enter URL about:config and set value security.fileuri.strict_origin_policy = false

Reload the browser.

Extra

Good articles:

https://fontgauntlet.com (interesting)