Emulogic font added.

master
Ben Burlingham 9 years ago
parent 3ec2631824
commit 8e683a307a
  1. BIN
      res/emulogic-webfont.woff
  2. BIN
      res/emulogic-webfont.woff2
  3. 8
      sass/reset.scss
  4. 4
      webpack.config.js

Binary file not shown.

Binary file not shown.

@ -1,3 +1,11 @@
@font-face {
font-family: 'Emulogic';
src: url('../res/emulogic-webfont.woff2') format('woff2'),
url('../res/emulogic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
* {
box-sizing:border-box;
color:#fff;

@ -21,6 +21,10 @@ module.exports = {
{
test: /\.png$/,
loader: "file?name=[path][name].[ext]"
},
{
test : /\.woff2?$/,
loader : 'file-loader'
}
]
},

Loading…
Cancel
Save