Microsoft Edge Variable Fonts Demo

The Edge team put together a thorough demo of variable fonts, showcasing them in all of their shape-shifting and adaptive glory. Equally interesting as the demo itself is a history of web typography and where variable fonts fit in the grand scheme of things.

This demo pairs well with v-fonts.com, which is an interactive collection of variable fonts that allows you to play around with the variable features each font provides.

Direct Link to ArticlePermalink

The post Microsoft Edge Variable Fonts Demo appeared first on CSS-Tricks.

Read more

A simple resource for finding and trying variable fonts

This is a website designed to showcase fonts that support OpenType Variations and let you drag a whole bunch of sliders around to manipulate a typeface’s width, height, and any other settings that the type designer might’ve added to the design.

I think the striking thing about this project is that I had no idea just how many variable fonts were out there in the wild until now.

Direct Link to ArticlePermalink

The post A simple resource for finding and trying variable fonts appeared first on CSS-Tricks.

Read more

Watch WordCamp Miami 2018 Via Free Livestream

Tickets for the event may be sold out, but you can watch the event from anywhere thanks to a free livestream. The stream starts today and covers both the E-Commerce and developers workshops. The stream begins tomorrow at 8:30AM EDT with separate links to morning and afternoon sessions.
Read more

Theming With Variables: Globals and Locals

Setting CSS variables to theme a design system can be tricky: if they are too scoped, the system will lose consistency. If they are too global, you lose granularity.

Maybe we can fix both issues. I’d like to try to boil design system variables down to two types: Global and Component variables. Global variables will give us consistency across components. Component variables will give us granularity and isolation. Let me show you how to do it by taking a fairly simple component as an example.

The post Theming With Variables: Globals and Locals appeared first on CSS-Tricks.

Read more

The Impact Of The AI On The Education In The Future

The future described in sci-fi movies and books is already here. We have all these flat and incredibly functional gadgets, we have smart virtual assistants, we are inventing amazing robots, and developing intuitive AI. Some things have remained more old-fashioned in the best kind of way, like schools. When we compare a modern classroom to …
The post The Impact Of The AI On The Education In The Future appeared first on Torque.
Read more

Tips and Tricks for Using WordPress for Digital Signage

Digital displays have entered a new era in the advertising arena. From static displays to dynamic displays, business owners today have so much to choose from as far as marketing their brands is concerned. Compared to simple advertisement solutions, digital displays guarantee more attraction. Post-2010, several industries have embraced digital signage as a marketing avenue. …
The post Tips and Tricks for Using WordPress for Digital Signage appeared first on Torque.
Read more

Building A Static Site With Components Using Nunjucks

We’re so used to either a backend language or a JavaScript framework powering our data-backed components. I love me a Rails partial with a bunch of locals: {} or a <Component ...props /> but you don’t have to give up on components even if working in static HTML. With Nunjucks, which has includes and templates and macros, we have a robust toolset for building component-based sites that are easy, fast, and secure to host.

Direct Link to ArticlePermalink

The post Building A Static Site With Components Using Nunjucks appeared first on CSS-Tricks.

Read more

Animate a Container on Mouse Over Using Perspective and Transform

I’ve been working on a website in which large pictures are displayed to the user. Instead of creating a typical lightbox effect (a zoom-in animation with a black overlay) for these large pictures, I decided to try and make something more interactive and fun. I ended up coding an image container that tilts as the user moves the mouse cursor above it.

Here’s the final version:

See the Pen MrLopq by Mihai (@MihaiIonescu) on CodePen.

This effect …

The post Animate a Container on Mouse Over Using Perspective and Transform appeared first on CSS-Tricks.

Read more

​HelloSign API: Everything IT requires and Developers love.

(This is a sponsored post.)

We know that no API can write your code for you (unfortunately), but ours comes close. With in-depth documentation, customizable features, amazing support, and a dashboard that makes your code easy to debug, you won’t find an eSignature product with an easier path to implementation. Or that’s more liked by your team.

We wanted an API built by a team that valued user experience as much as we do. At the end of the …

The post ​HelloSign API: Everything IT requires and Developers love. appeared first on CSS-Tricks.

Read more