forked from indymedia/epicyon
Orbitron secondary font
parent
92a2ec631b
commit
a0a462fe05
|
@ -21,11 +21,13 @@
|
|||
--font-size-calendar-day: 1rem;
|
||||
--font-size-calendar-cell: 2rem;
|
||||
--font-size-calendar-cell-mobile: 4rem;
|
||||
--calendar-header-font: 'Montserrat';
|
||||
--calendar-header-font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bedstead';
|
||||
font-style: italic;
|
||||
font-style: var(--calendar-header-font-style);
|
||||
font-weight: normal;
|
||||
font-display: block;
|
||||
src: url('./fonts/bedstead.otf') format('opentype');
|
||||
|
@ -95,6 +97,7 @@ a:focus {
|
|||
background-color: var(--title-background);
|
||||
color: var(--title-text);
|
||||
display: inline-block;
|
||||
font-family: var(--calendar-header-font);
|
||||
font-size: var(--font-size-calendar-header);
|
||||
font-weight: 400;
|
||||
letter-spacing: 0.1em;
|
||||
|
|
|
@ -16,6 +16,7 @@ MarginaliaRegular is public domain. See https://www.fontspace.com/marginalia-fon
|
|||
Montserrat is under OFL and came from CCC Rc3 style guide https://styleguide.rc3.world
|
||||
Nimbus Sans L is GPL. See https://www.fontsquirrel.com/fonts/nimbus-sans-l
|
||||
Octavius is created by Jack Oatley and described as "100% free to use, though credit is appreciated" https://www.dafont.com/octavius.font
|
||||
Orbitron is under OFL and came from CCC Rc3 style guide https://styleguide.rc3.world
|
||||
RailModel is GPL. See https://www.fontspace.com/rail-model-font-f10741
|
||||
Solidaric by Bob Mottram is under AGPL
|
||||
SubZER0 is under GPL. See http://www.free-fonts-download.com/Techno/subzer0-font
|
||||
|
|
Binary file not shown.
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"calendar-header-font-style": "normal",
|
||||
"calendar-header-font": "Orbitron",
|
||||
"search-banner-height": "50vh",
|
||||
"button-approve": "#160afe",
|
||||
"button-deny": "#fd294f",
|
||||
|
@ -68,5 +70,7 @@
|
|||
"quote-right-margin": "0",
|
||||
"line-spacing": "150%",
|
||||
"*font-family": "'Montserrat-Regular'",
|
||||
"*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')"
|
||||
"*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')",
|
||||
"**font-family": "'Orbitron'",
|
||||
"**src": "url('./fonts/Orbitron.ttf') format('truetype')"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue