100 Best Typography & Font Tutorials for Every Designer

If you’re looking for an awesome typography tutorial collection, you’re going to love this list of font tutorials, text effects, web fonts, and more.  Learn from these Illustrator typography tutorials and Photoshop typography tutorials, or try out a 3D typography tutorial—we’ve got a list of over 100 awesome free tutorials for you to enjoy today. Font Basics:… Continue reading 100 Best Typography & Font Tutorials for Every Designer

Mono Icons: 136+ free SVG icons for UI design

The main problem when designing user interfaces is finding a complete and consistent icon set. Here is where Mono Icons comes in handy! It’s an open-source repository including 136+ SVG free icons for UI design. Mono Icons are designed on a grid of 24px × 24px and the icon’s boundary box also contains a 2px… Continue reading Mono Icons: 136+ free SVG icons for UI design

Exciting New Tools for Designers, August 2020

The common theme in this month’s collection of new tools and resources is “things that help you show off your work.” Many of these tools are made to help you better web products or apps or showcase designs with others. Here’s what new for designers this month. Naturaltts Naturaltts is an online text to speech… Continue reading Exciting New Tools for Designers, August 2020

How to Self-Host Google Fonts on Your Own Server

As web designers living in the era of high-speed internet, we have picked up the habit of adding external dependencies such as fonts from third-party servers, most frequently from content delivery networks (CDNs). However, this is not always the best decision. Sometimes, it’s still better to stick to your own infrastructure and host your assets… Continue reading How to Self-Host Google Fonts on Your Own Server

40 Best Blackletter and Gothic Fonts for Designers

In tribute to Germanic style, here you’ll find 40 amazing Gothic and blackletter fonts which you can use to give your designs a rebellious and edgy look. Read on to discover our top picks from the font sections of Envato Market and Envato Elements, from authentic medieval styles to minimal and modern Gothic typefaces. What Is Blackletter? Blackletter,… Continue reading 40 Best Blackletter and Gothic Fonts for Designers

Show Them Your Assets – Tips for Handing Off Designs to Developers

You’ve been working away at your latest design project, and the client has given the go-ahead on your lovingly created digital concepts. Now it’s time to bring those designs to life, and you have a developer queued up to do just that. So your part’s done, right? Not quite. You’re going to want to make… Continue reading Show Them Your Assets – Tips for Handing Off Designs to Developers

25+ Free SVG Fonts (Font Files to Download Now)

SVG fonts are a cool addition to the world of fonts that can add new life to a tired design. When you need premium SVG fonts, Envato Elements should be your first stop.  Today we’re featuring over 25 of the best free SVG fonts around, as well as a selection of premium SVG fonts from Envato Elements. Unlimited… Continue reading 25+ Free SVG Fonts (Font Files to Download Now)

25+ Best Free Fonts for Monograms & Logos (Download Now!)

When you want to create stunning monograms and logos, you’ll need to work with an impressive monogram font. RADON is just one of the many fabulous monogram font styles  you’ll find at Envato Elements We’ve created a list of the 25+ best free fonts for monograms and logos as well as a selection of premium monogram font styles you can find at Envato… Continue reading 25+ Best Free Fonts for Monograms & Logos (Download Now!)

Exciting New Tools for Designers, June 2020

The best new tools for designers are ones that make your life easier and your workflows faster. You’ll find some of those in this list this month for sure. From tools to help you capture and manage color palettes to AI-powered design analytics to simple animations, there’s something for almost every designer or developer. Here’s… Continue reading Exciting New Tools for Designers, June 2020

What Are Color Fonts?

SVG color fonts are poised to take over the graphic design world in 2020, but what exactly are they, and how can you use them? Here we’ll sift through the tech jargon and get to the simple truth of color fonts. This unashamedly in-your-face trend promises to put the fun back into typography. A must-know… Continue reading What Are Color Fonts?

Exciting New Tools for Designers, November 2019

You’re sure to find some tools and resources that will help you save time as we enter what is often one of the most hectic seasons of the year. Here’s what’s new for designers this month. Screen Size Map Screen Size Map is a tool to showcase popular screen sizes and will even auto-detect yours.… Continue reading Exciting New Tools for Designers, November 2019

How to Create Your Own AJAX WooCommerce Wishlist Plugin

In this tutorial we will create lightweight wishlist functionality for WooCommerce using AJAX, WordPress REST API, and SVG graphics. WooCommerce doesn’t come with wishlist functionality as standard, so you’ll always need to rely on an extension to do the work for you. Unless you build it yourself for complete control.. Wish Upon a Star Wishlist… Continue reading How to Create Your Own AJAX WooCommerce Wishlist Plugin

How to Build a MouseOver Navigation Slide Effect

Have you ever used the Slider Revolution WordPress plugin in a project? If the answer is “yes”, you might have noticed the mini toolbar that appears in the right corner of the plugin’s configuration page. Initially, only the icons are visible, keeping the whole thing nice and compact. Then each time you hover over an icon, its… Continue reading How to Build a MouseOver Navigation Slide Effect

Exciting New Tools for Designers, October 2019

It’s already time to start thinking about all the seasonal design elements that you will use for the rest of the year. That might be icons or illustrations or fonts. We have a few new elements this month that might fit the bill, as well as learning tools and inspiration. Here’s what new for designers… Continue reading Exciting New Tools for Designers, October 2019

What’s New for Designers, September 2019

While there aren’t as many new tools out there to play with right now, the ones available are a lot of fun. From tools to help speed up workflows and manage productivity, to creative gamification and funky typefaces, these new tools for designers will make you want to stick to your desk. Here’s what new… Continue reading What’s New for Designers, September 2019

How to Use HTML5 “picture”, “srcset”, and “sizes” for Responsive Images

<picture> is an HTML5 element designed to give us more versatile and performant responsive image functionality. Instead of loading a single image and trying to resize it to suit all possible viewport sizes and layouts, the picture tag loads multiple images of different sizes and resolutions, choosing the best fit for different scenarios. How Does <picture>… Continue reading How to Use HTML5 “picture”, “srcset”, and “sizes” for Responsive Images

Choosing the Best Image Format in 2019: WebP, SVG Vs. Everyone

What, did you think JPEG would live forever? It was introduced in 1992, more than twenty-five years ago! The modern generation of web developers uses WebP for images, not the archeological specimen that is JPEG. Here’s a quick introduction to WebP, SVG, and why they’re better. TL;DR: they’re way smaller, producing faster, and more responsive… Continue reading Choosing the Best Image Format in 2019: WebP, SVG Vs. Everyone

How to Make a Beating Heart Animation for St. Valentine’s Day With SVG

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Let’s get into the spirit of St. Valentine’s day, getting all pink and smooshy in the process, and code ourselves a simple beating heart animation with SVG. Here’s what we’re going to create: This is a great exercise for familiarizing yourself with SVG syntax and authentic animation.… Continue reading How to Make a Beating Heart Animation for St. Valentine’s Day With SVG

Turn Your Static SVG Drawings Into Interactive Widgets and Infographics With Vue.js

What You’ll Be Creating SVG is powerful and flexible graphic format, which fits perfectly into the web medium. Unlike raster image formats, such as JPG, PNG, or GIF, SVG is vector-based and consists of “real” objects, which you can select and manipulate in whatever manner you want. So even with some basic scripting a static… Continue reading Turn Your Static SVG Drawings Into Interactive Widgets and Infographics With Vue.js

Unicons: A free set of 1000+ icons

Iconscout has recently released Unicons, a very complete set of 1000+ free vector icons.  Icons are available in top categories (for example, User Interface, Business, Shopping, Medical) and they are carefully crafted in 24px grid to have consistency on all kind of display. Icons are available in SVG files. Frontend developers can use them as… Continue reading Unicons: A free set of 1000+ icons

How to Easily Animate SVGs With SVGator

SVG animation is a great alternative to using animated GIFs on the web, but it’s not always easy. In this tutorial I’m going to explain how you can easily animate SVGs using an online tool called “SVGator”.  SVGator allows you to import SVG files, then animate individual elements within those SVGs. Animate SVGs With SVGator… Continue reading How to Easily Animate SVGs With SVGator

Create Custom Maps With the MapSVG Plugin

What You’ll Be Creating If you’re like me, you’ve been using Google Maps to add maps to your WordPress sites for years, but you sometimes get a little frustrated about the lack of customization options. In this tutorial, I’m going to show you how to use an alternative—a WordPress plugin called MapSVG that lets you… Continue reading Create Custom Maps With the MapSVG Plugin