@ -19,12 +19,21 @@
font-family: 'Polsku';
src:
url('../fonts/Polsku.woff') format('woff'),
url('../fonts/Polsku.tff') format('truetype');
url('../fonts/Polsku.ttf') format('truetype');
font-style: normal;
font-weight: bold;
}
/* ... */
/* Syne Italic */
@font-face{
font-family: 'Syne';
url('../fonts/Syne-Italic.ttf') format('truetype');
/* Libre Baskerville */
font-family: 'Basker';
src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
@ -15,12 +15,12 @@ h1, h2, h3, h4, h5, h6{
header#banner{
width: 100%;
font-size: 175%;
line-height:1.25;
text-align: center;
header#banner h1{
font-family: 'Belgika';
font-size: 90px;
margin: 1em 0;
header#banner h1 a{
@ -32,15 +32,14 @@ nav#menu{
margin:0 0 0 -11em;
nav#menu li{
width: 175px;
height:8em;
width: 145px;
height:10em;
margin:1em 0;
padding:1em;
font-size: 75%;
line-height: 1.4;
/*background-color: rgba(40,40,40,1);*/
color: rgba(40,40,40,1);
border:2px solid;
border:1px solid;
border-radius: 1em;
list-style: none;
display: inline-block;
@ -37,8 +37,7 @@
</section>
<footer id="contentinfo" class="body">
<hr>
The online module <em>Bots as Digital Infrapunctures</em> is developed in the context of the course <a href="#">Tool Criticism</a> at the <a href="#">Utrecht University</a>.
</footer>
</body>