Skip to content
Snippets Groups Projects
Unverified Commit 98247b94 authored by Daniel Rudolf's avatar Daniel Rudolf
Browse files

Move Fontello font to `icon/` directory

parent f543d388
No related branches found
No related tags found
No related merge requests found
@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
src: url('font/fontello.eot?13793670'); src: url('icon/fontello.eot?13793670');
src: url('font/fontello.eot?13793670#iefix') format('embedded-opentype'), src: url('icon/fontello.eot?13793670#iefix') format('embedded-opentype'),
url('font/fontello.woff2?13793670') format('woff2'), url('icon/fontello.woff2?13793670') format('woff2'),
url('font/fontello.woff?13793670') format('woff'), url('icon/fontello.woff?13793670') format('woff'),
url('font/fontello.ttf?13793670') format('truetype'), url('icon/fontello.ttf?13793670') format('truetype'),
url('font/fontello.svg?13793670#fontello') format('svg'); url('icon/fontello.svg?13793670#fontello') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) { @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
src: url('../font/fontello.svg?13793670#fontello') format('svg'); src: url('icon/fontello.svg?13793670#fontello') format('svg');
} }
} }
*/ */
......
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment