🚧 Working on home page

This commit is contained in:
Alicia Sykes
2022-06-25 19:53:35 +01:00
parent 045ce468d3
commit 385927c1de
2 changed files with 31 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
@font-face {
font-family: 'PTMono';
src: url('assets/fonts/PTMono-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
font-family: 'PTMono', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;