Sunday, January 19, 2020

ProjectFont

In putting together a java app, it is probably a good practice to include
the fontface one wants for certain effects. One just includes the .ttf file
with the project resources on click and drag. One then refers to it through
CSS commands. Below, using Helvetica on the Valentine's Kit project.


Rocking the Helvetica Font:


With the animations:



Because this is java, the drop shadow is an effect which needs to be called.
My text color is red, my shadow color blue, with a Y offset of 3 pixels (the f is for float).
The default blur covers 21 pixels.


Overall rather sweet; but am thinking of adding sizzle...

No comments: