Concat css

This commit is contained in:
khlieng 2015-05-12 23:50:55 +02:00
parent 6b6a1172f9
commit 92de7cb8ef
6 changed files with 73 additions and 120 deletions

View file

@ -1,10 +1,10 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?73444496');
src: url('../font/fontello.eot?73444496#iefix') format('embedded-opentype'),
url('../font/fontello.woff?73444496') format('woff'),
url('../font/fontello.ttf?73444496') format('truetype'),
url('../font/fontello.svg?73444496#fontello') format('svg');
src: url('font/fontello.eot?73444496');
src: url('font/fontello.eot?73444496#iefix') format('embedded-opentype'),
url('font/fontello.woff?73444496') format('woff'),
url('font/fontello.ttf?73444496') format('truetype'),
url('font/fontello.svg?73444496#fontello') format('svg');
font-weight: normal;
font-style: normal;
}

View file

@ -7,8 +7,7 @@
<title>IRC</title>
<link href="//fonts.googleapis.com/css?family=Montserrat|Droid+Sans+Mono" rel="stylesheet">
<link href="css/fontello.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="bundle.css" rel="stylesheet">
</head>
<body>
<script src="bundle.js"></script>