Newer
Older
CrypticOreWallet / src / index.css
@BuildTools BuildTools on 9 Jun 2021 538 bytes im gay
/* Copyright (c) 2020-2021 Drew Lemmy
 * This file is part of TenebraWeb 2 under AGPL-3.0.
 * Full details: https://github.com/tmpim/TenebraWeb2/blob/master/LICENSE.txt */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}