Handle css with webpack

This commit is contained in:
Ken-Håvard Lieng 2018-04-13 20:47:39 +02:00
parent 3d4c1baeda
commit 94f3777f5f
8 changed files with 214 additions and 234 deletions

View file

@ -1,8 +1,8 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.woff2?48901973') format('woff2'),
url('../font/fontello.woff?48901973') format('woff'),
url('../font/fontello.ttf?48901973') format('truetype');
src: url('/font/fontello.woff2?48901973') format('woff2'),
url('/font/fontello.woff?48901973') format('woff'),
url('/font/fontello.ttf?48901973') format('truetype');
font-weight: normal;
font-style: normal;
}