Fixed font issues by importing Teko-Regular.ttf, and VT323-Regular.ttf

This commit is contained in:
Jason Zhu 2023-05-18 23:27:00 +10:00
parent 1c279f4efb
commit e4d3344334
5 changed files with 11 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -16,6 +16,16 @@ html[data-theme='dark'] {
--bgcolor: #16171f;
}
@font-face {
font-family: 'Teko';
src: url('assets/fonts/Teko-Regular.ttf');
}
@font-face {
font-family: 'VT323';
src: url('assets/fonts/VT323-Regular.ttf');
}
.info__container {
width: 100%;
display: flex;

View File

@ -28,7 +28,7 @@ html {
@font-face {
font-family: 'Press Start 2P';
src: url('assets/PressStart2P-Regular.ttf') format('truetype');
src: url('assets/fonts/PressStart2P-Regular.ttf') format('truetype');
}
.thumbnail__container {