index no css, no emoticon

master
Michael Murtaugh 5 months ago
parent 66a53d9a1e
commit 6660f39c77

@ -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-face {
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>

@ -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-face {
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>

Loading…
Cancel
Save