/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

@font-face {
  font-family: 'homoneta'; /* set name */
  src: url(./resources/fonts/Homoneta-Regular.woff); /* url of the font */
}

body {
	max-width: 40%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'homoneta';
}

img {
	width:100%;
}
