forked from indymedia/epicyon
Header font for columns
parent
71d2e129af
commit
54592b6cb0
|
@ -66,6 +66,7 @@
|
||||||
--column-right-width: 10vw;
|
--column-right-width: 10vw;
|
||||||
--banner-height: 15vh;
|
--banner-height: 15vh;
|
||||||
--banner-height-mobile: 10vh;
|
--banner-height-mobile: 10vh;
|
||||||
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -214,6 +215,10 @@ a:focus {
|
||||||
transform: translateY(30%) scaleX(-1);
|
transform: translateY(30%) scaleX(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: var(--header-font);
|
||||||
|
}
|
||||||
|
|
||||||
.new-post-text {
|
.new-post-text {
|
||||||
font-size: var(--font-size2);
|
font-size: var(--font-size2);
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
|
Loading…
Reference in New Issue