Hi! Nice project.
I think it would be nice to add an anchor to identify an individual font.
For example, visiting this link at startup:
https://fontcdn.toolforge.org/#osvald
Should allow to open the specific popup.
Note that in pure JavaScript you can access the # stuff using this:
var hash = window.location.hash;
Hi! Nice project.
I think it would be nice to add an anchor to identify an individual font.
For example, visiting this link at startup:
https://fontcdn.toolforge.org/#osvald
Should allow to open the specific popup.
Note that in pure JavaScript you can access the
#stuff using this: