/dirty-font-server

Quick and Dirty Node Server for serving stylesheets

Primary LanguageCSS

Testing Font Changes

steps

  1. Clone the repo and start the server.
  git clone git@github.com:turbobeast/dirty-font-server.git
  cd dirty-font-server
  nvm use
  npm install
  node server.js
  1. Add a custom font.
<style>
  @import url("http://localhost:8080/fonts.css");
</style>
  1. Edit public/fonts.css and reload the Design Editor