Concat css
This commit is contained in:
parent
6b6a1172f9
commit
92de7cb8ef
6 changed files with 73 additions and 120 deletions
10
client/src/css/fontello.css
vendored
10
client/src/css/fontello.css
vendored
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue