Oddbean new post about | logout
 nostr:npub10pp7h8x3wmdmzhd99gmrrttf4yv6dns579pj78pcg9ywl2uasn4qmzvyg5 - actually it looks like every file contains this:

<head> 
<link rel="stylesheet" type="text/css" href="the_style.css"> 
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Spectral">
<style>
    body {
        font-family: 'Spectral', serif;
        font-size: 16px;
    }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    </style>
</head>

But Simon can change them.

 nostr:npub1hc32he4lj9x92n7qx0y0xxcz66h8w9czskugl63nfjjqxatedwsqrg9dyu