Page 17

Diagonal Hover Effects with Skew

Just finished up a quick Pen to try out some diagonal swipe/background hover animations using transform: skew.

I have an example page here and you can check out the code below. All of the background images are courtesy of Unsplash It.

See the Pen Diagonal Hover Effects by Lauren Ashpole (@laurenashpole) on CodePen.

CSS Alphabets and Icons

I don’t remember what sent me down this path but here I am browsing through pure CSS lettering and icons. My favorite finds so far:

CSS Sans - Just a basic looking sans serif font but it’s all CSS

CSS Illustration - ABC - A super detailed Art Deco CSS alphabet

Material Design Alphabets in CSS - A cool, colorful geometric alphabet

icono - Single element CSS icons

Friday Font Rec: Zilap Black Storm by LJ Design Studios. It looks like it’s capital letters only but those letters are pretty cool.

Get it for personal use at dafont or check out licensing options here.

Advertisement
Advertisement

Quick! Before another Friday gets away and I miss two weeks in a row, here’s a font rec.

Domino by Luc Mahler is a cool, jazzy looking number.

I can’t find a site for the designer but you can download from dafont here. 

AMP forms with Node.js

UPDATE 11/14/19: At some point in the years since I originally posted this, Google made some improvements to the way AMP handles URLs and I’ve updated my headers to keep up. Most of the information below is still applicable but I’ve updated the Access-Control-Allow-Origin and AMP-Access-Control-Allow-Source-Origin settings to:

res.setHeader('Access-Control-Allow-Origin', req.headers.origin);
res.setHeader('AMP-Access-Control-Allow-Source-Origin', req.query.__amp_source_origin);

So keep that in mind while reading the original post…


I’m in the middle of creating Google AMP pages for my fonts and everything was going pretty well until I tried getting the amp-form component working with Node.js. I followed the AMP by Example code, my page passed validation, but whenever I tried to use the form data all I got was an empty req.body.

Finding a solution took more effort than the usual reading through the first few Stack Overflow results, so I thought it might be useful for anyone else out there struggling.

Continue Reading

I Just Found Out About Product Mockups

And now I don’t know how I got anything done without them. I’m a late to the game here but if you are too, these are PSDs that let you show off how a font or logo would look in the wild. Want to see your work on a poster or a card or a shirt? Just update a Smart Object in Photoshop and you can.

Below is a list of the mockups I’ve used for my fonts lately. And if you want a wider range of high quality mockups to browse through, Mockup World is a good place to get started.

Continue Reading