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