Set font to the cool one
All checks were successful
ci/woodpecker/push/release Pipeline was successful
All checks were successful
ci/woodpecker/push/release Pipeline was successful
This commit is contained in:
parent
8f7593fdba
commit
64fa6ed51a
3 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
p, a, li, pre {
|
||||
font-family: "Tiresias PCFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
|
||||
}
|
||||
|
||||
.md-typeset a
|
||||
{
|
||||
color: #ffab40;
|
||||
|
@ -29,3 +33,17 @@ code > .c1 > .hljs-comment {
|
|||
background-color: #f0e8ff !important;
|
||||
}
|
||||
|
||||
@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')
|
||||
}
|
||||
|
|
BIN
docs/fonts/Tiresias_Infofont.ttf
Executable file
BIN
docs/fonts/Tiresias_Infofont.ttf
Executable file
Binary file not shown.
BIN
docs/fonts/Tiresias_PCfont.ttf
Executable file
BIN
docs/fonts/Tiresias_PCfont.ttf
Executable file
Binary file not shown.
Reference in a new issue