Currently browsing tag: web fonts

If you want to use a particular Google Font in a graphic, maybe a video overlay, or you want to self-host fonts on your own server to speed up your website, you’ll need a way to download the font and convert it to a web font. It can be a time-consuming endeavor. But it doesn’t have to be. A simple way to speed up the process is by using the web app Google Webfonts Helper […]

Continue Reading …
App Development Web Development

I’m using MAMP Pro and have a separate Host setup for each of my website projects. This let’s me navigate to https://local.mydomain.com instead of https://localhost:8888/mywebsitedirectory. You can easily set up local.mydomain.com to be a.b.c if you wanted; this is my convention for projects. I like to separate local dev with production and sandbox/staging sites. Since i decided to serve fonts locally as web fonts instead of grabbing them from Google or TypeKit or wherever, i noticed this […]

Continue Reading …
Server Configuration Web Development