Update sent.html

This commit is contained in:
mathias 2015-06-21 19:05:49 +03:00
parent a0013567d8
commit c93f4cb6bf

View file

@ -11,8 +11,8 @@ permalink: sent/
<style type="text/css">
@font-face {
font-family: 'icon';
src: url('fonts/icon.eot');
src: url('fonts/icon.eot') format('embedded-opentype'), url('fonts/icon.woff') format('woff'), url('fonts/icon.ttf') format('truetype'), url('fonts/icon.svg') format('svg');
src: url('/fonts/icon.eot');
src: url('/fonts/icon.eot') format('embedded-opentype'), url('/fonts/icon.woff') format('woff'), url('/fonts/icon.ttf') format('truetype'), url('/fonts/icon.svg') format('svg');
font-weight: normal;
font-style: normal;
}