mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 13:00:32 +01:00
14 lines
293 B
CSS
14 lines
293 B
CSS
@font-face {
|
|
font-family: "Aurelis";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
src: url("https://cdn.isaac.run/brand/carattere/Aurelis-Regular.woff2") format("woff2");
|
|
}
|
|
|
|
html {
|
|
font-family: "Aurelis";
|
|
max-width: 450px;
|
|
margin-left: 5%;
|
|
font-size: 1.25em;
|
|
line-height: 1.5;
|
|
}
|