Skip to content

Instantly share code, notes, and snippets.

View gyorgygutai's full-sized avatar
🎯
Focusing

Gutai György gyorgygutai

🎯
Focusing
View GitHub Profile
@font-face {
font-family: 'QuicksandBook';
src: url('Quicksand_Book-webfont.eot');
src: url('Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
url('Quicksand_Book-webfont.woff') format('woff'),
url('Quicksand_Book-webfont.ttf') format('truetype'),
url('Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
font-weight: normal;
font-style: normal;
@gyorgygutai
gyorgygutai / gist:1993790
Created March 7, 2012 15:25 — forked from palojuice/gist:1992626
HTML5 : Start
<!DOCTYPE HTML>
<head>
<meta charset="UTF-8">
<title></title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>