Update index.html

This commit is contained in:
mathias 2015-06-17 03:20:16 +03:00
parent ec47fca980
commit d037b20851

View file

@ -7,14 +7,11 @@
<title>Flame.ga &#187; All-OP Server</title>
<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');
font-weight: normal;
font-style: normal;
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');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
@ -124,9 +121,6 @@ a:focus {
height: 100%;
color: #fff;
background-color: #CF1D1D;
background-image: linear-gradient(90deg, rgba(0,0,0,.03) 50%, transparent 50%),
linear-gradient(rgba(0,0,0,.03) 50%, transparent 50%);
background-size: 25px 25px;
}
#intro-body {