You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
565 B
CSS
32 lines
565 B
CSS
2 years ago
|
@media screen {
|
||
|
|
||
|
@font-face {
|
||
|
font-family: wfdtf;
|
||
|
src: url(Fonts/wftfs-Regular.otf)
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: EBGaramond;
|
||
|
src: url(Fonts/EBGaramond-Italic.ttf)
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-image: none;
|
||
|
min-height: 500px;
|
||
|
background-attachment: fixed;
|
||
|
background-position: center;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: cover;
|
||
|
|
||
|
background-color: black;
|
||
|
margin: 5mm;
|
||
|
color: white;
|
||
|
font-family: monospace;
|
||
|
font-size: 10pt;
|
||
|
text-justify: inter-word;
|
||
|
columns: 3;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|