1
0

Added Share Tech Mono, and styled a code tag with it.

This commit is contained in:
Alexander Andreev 2022-02-09 00:21:25 +04:00
parent f2f51dd8b1
commit 0e64ad366b
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -5,6 +5,13 @@
src: local('RobotoCondensed'), local('RobotoCondensed-Regular'),
url(/assets/fonts/RobotoCondensed-Regular.ttf); }
@font-face {
font-family: 'Share Tech Mono';
font-style: normal;
font-weight: 400;
src: local('ShareTechMono'), local('ShareTechMono-Regular'),
url(/assets/fonts/ShareTechMono-Regular.ttf) format('truetype'); }
:root {
--background-color: #0a0a0a;
--primary-color: #cd2682;
@ -51,6 +58,11 @@ p {
p:not(:last-child) { margin-bottom: .1rem; }
code {
font-family: 'Share Tech Mono';
font-size: 1.1rem;
letter-spacing: -1px; }
h1,
h2 {
font-size: 1.8rem;