Merge pull request #6 from VikingEngineers/design

Design
This commit is contained in:
lazyseal 2023-05-22 14:06:14 +01:00 committed by GitHub
commit f47b1e180a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" href="https://fonts.googleapis.com/icon?family=Material+Icons+Round"
rel="stylesheet" rel="stylesheet"
/> />
<!-- Our CSS -->
<link
href="./src/assets/css/linkedmin.css"
rel="stylesheet"
/>
</head> </head>
<body> <body>

View File

@ -2,3 +2,10 @@
font-family: 'PressStart2P' ; font-family: 'PressStart2P' ;
src: url('../fonts/PressStart2P-Regular.ttf') format('truetype') ; 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';
}