1
0
Fork 0
mirror of https://github.com/Oreolek/anthill.git synced 2024-07-01 06:04:57 +03:00
This commit is contained in:
Alexander Yakovlev 2014-07-23 08:10:00 +07:00
parent 234f5050f5
commit 24c242030d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<title>Муравейник</title>
<link media="screen" rel="stylesheet" href="style.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Tenor+Sans|Russo+One&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Marmelad|Russo+One&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="page">

View file

@ -1,7 +1,7 @@
body {
background: lightblue;
color: black;
font-family: 'Tenor Sans', 'Open Sans', sans-serif;
font-family: 'Marmelad', 'Open Sans', sans-serif;
font-size: 18px;
line-height: 1.6em;
background-attachment: fixed;