thing
This commit is contained in:
parent
e21dd584a9
commit
804e25084d
8 changed files with 612 additions and 2 deletions
BIN
static/font/fonts/Tiresias_Infofont.ttf
Normal file
BIN
static/font/fonts/Tiresias_Infofont.ttf
Normal file
Binary file not shown.
BIN
static/font/fonts/Tiresias_PCfont.ttf
Normal file
BIN
static/font/fonts/Tiresias_PCfont.ttf
Normal file
Binary file not shown.
15
static/font/tiresias.css
Normal file
15
static/font/tiresias.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
@font-face {
|
||||
font-family: 'Tiresias PCFont';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Tiresias PCFont'), local('Tiresias PCFont'),
|
||||
url('./fonts/Tiresias_PCfont.ttf') format('truetype')
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Tiresias Infofont';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Tiresias Infofont'), local('Tiresias Infofont'),
|
||||
url('./fonts/Tiresias_Infofont.ttf') format('truetype')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue