@ -6,7 +6,15 @@
<title>XPUB Projects</title>
<link rel="stylesheet" href="style.css" />
<style>
body { margin: 3%; }
@font-face {
font-family: inconsolata;
src: url(fonts/inconsolata.ttf);
}
font-family: inconsolatabold;
src: url(fonts/inconsolatabold.ttf);
body { margin: 3%; font-family:inconsolata, sans-serif; }
a { text-decoration: none; color: black }
a:hover { text-decoration: underline; color: blue; }
</style>