This commit is contained in:
FEARmeR 2023-05-22 17:22:51 +01:00
commit 0e057e93f9
2 changed files with 12 additions and 0 deletions

View File

@ -29,6 +29,11 @@
href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet"
/>
<!-- Our CSS -->
<link
href="./src/assets/css/linkedmin.css"
rel="stylesheet"
/>
</head>
<body>

View File

@ -2,3 +2,10 @@
font-family: 'PressStart2P' ;
src: url('../fonts/PressStart2P-Regular.ttf') format('truetype') ;
}
@font-face{
font-family: SpaceMono;
src:url('./fonts/SpaceMono-Regular.ttf') format('truetype') ;
}
h1{
font-family: 'PressStart2P';
}