mirror of https://gitlab.com/bashrc2/epicyon
Header font
parent
62f73b2618
commit
a25f17fc85
Binary file not shown.
|
@ -45,6 +45,14 @@
|
||||||
--quote-font-size: 120%;
|
--quote-font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Rooters';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-display: block;
|
||||||
|
src: url('./fonts/Rooters.ttf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
body, html {
|
body, html {
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
color: var(--main-fg-color);
|
color: var(--main-fg-color);
|
||||||
|
@ -783,6 +791,12 @@
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.siteheadermain {
|
||||||
|
font-family: 'Rooters';
|
||||||
|
font-size: 50px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.siteheader {
|
.siteheader {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -1194,10 +1208,9 @@
|
||||||
<title>Epicyon ActivityPub server release version 1.4.0</title>
|
<title>Epicyon ActivityPub server release version 1.4.0</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="timeline-banner"></div>
|
|
||||||
<center>
|
<center>
|
||||||
<br>
|
<br>
|
||||||
<p class="siteheader">Epicyon release version 1.4.0</p>
|
<p class="siteheadermain">Epicyon release version 1.4.0</p>
|
||||||
<p class="siteheader">"Standard Schnauzer"</p>
|
<p class="siteheader">"Standard Schnauzer"</p>
|
||||||
<p class="subheader">Feb 2023</p>
|
<p class="subheader">Feb 2023</p>
|
||||||
</center>
|
</center>
|
||||||
|
|
Loading…
Reference in New Issue