From f8d181d01b2dbd5bdc2c7d0a56708a65798b37c5 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 5 Apr 2017 16:46:46 -0400 Subject: [PATCH] Add photon css framework --- app/app.html | 1 + app/components/Home.js | 2 +- app/containers/App.js | 21 +-- app/css/photon.min.css | 9 ++ app/fonts/photon-entypo.eot | Bin 0 -> 48639 bytes app/fonts/photon-entypo.svg | 295 +++++++++++++++++++++++++++++++++++ app/fonts/photon-entypo.ttf | Bin 0 -> 48451 bytes app/fonts/photon-entypo.woff | Bin 0 -> 30692 bytes 8 files changed, 318 insertions(+), 10 deletions(-) create mode 100644 app/css/photon.min.css create mode 100644 app/fonts/photon-entypo.eot create mode 100644 app/fonts/photon-entypo.svg create mode 100644 app/fonts/photon-entypo.ttf create mode 100644 app/fonts/photon-entypo.woff diff --git a/app/app.html b/app/app.html index 87d7f58..d3eb80e 100644 --- a/app/app.html +++ b/app/app.html @@ -3,6 +3,7 @@ Hello Electron React! +