manetta
4 years ago
10 changed files with 96 additions and 17 deletions
@ -1,3 +1,6 @@ |
|||||
|
Title: Cover |
||||
|
Category: none |
||||
|
|
||||
<pre> |
<pre> |
||||
a a a a a a a |
a a a a a a a |
||||
|
|
@ -0,0 +1,29 @@ |
|||||
|
@font-face { |
||||
|
font-family: "White Rabbit"; |
||||
|
src: url("../fonts/whiterabbit/whitrabt.ttf") format("truetype"); |
||||
|
} |
||||
|
|
||||
|
@font-face { |
||||
|
font-family: "IMB Plex Mono"; |
||||
|
src: url("../fonts/imbplexmono/IBMPlexMono-Regular.ttf") format("truetype"); |
||||
|
} |
||||
|
|
||||
|
@font-face { |
||||
|
font-family: "IMB Plex Mono"; |
||||
|
src: url("../fonts/imbplexmono/IBMPlexMono-Regular.ttf") format("truetype"); |
||||
|
} |
||||
|
|
||||
|
@font-face { |
||||
|
font-family: "Printed Circuitboard"; |
||||
|
src: url("../fonts/printedcircuit/PrintedCircuitBoard.ttf") format("truetype"); |
||||
|
} |
||||
|
|
||||
|
@font-face { |
||||
|
font-family: "Not Courier Sans"; |
||||
|
src: url("../fonts/notcouriersans/NotCourierSans.ttf") format("truetype"); |
||||
|
} |
||||
|
|
||||
|
@font-face { |
||||
|
font-family: "Unifont"; |
||||
|
src: url("../fonts/unifont/unifont-13.0.03.ttf") format("truetype"); |
||||
|
} |
Loading…
Reference in new issue