forked from indymedia/epicyon
Button font
parent
60212ceb06
commit
beb4b651bd
|
@ -134,11 +134,13 @@
|
|||
--profile-background-height: 25vw;
|
||||
--profile-text-align: left;
|
||||
--verticals-width: 0;
|
||||
--italic-font-style: italic;
|
||||
--header-font: 'Bedstead';
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bedstead';
|
||||
font-style: italic;
|
||||
font-style: var(--italic-font-style);
|
||||
font-weight: normal;
|
||||
font-display: block;
|
||||
src: url('./fonts/bedstead.otf') format('opentype');
|
||||
|
@ -947,6 +949,7 @@ div.container {
|
|||
h3.linksHeader {
|
||||
background-color: var(--column-left-header-background);
|
||||
color: var(--column-left-header-color);
|
||||
font-family: var(--header-font);
|
||||
font-size: var(--column-left-header-size);
|
||||
text-transform: var(--column-left-header-style);
|
||||
padding: 4px;
|
||||
|
@ -1244,7 +1247,7 @@ div.container {
|
|||
color: var(--button-text);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-header);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--header-font);
|
||||
padding: var(--button-height-padding);
|
||||
width: 10%;
|
||||
margin: 5px;
|
||||
|
@ -1262,7 +1265,7 @@ div.container {
|
|||
color: var(--button-text);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-header);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--header-font);
|
||||
padding: var(--button-height-padding);
|
||||
width: 10%;
|
||||
margin: 5px;
|
||||
|
@ -1314,7 +1317,7 @@ div.container {
|
|||
color: var(--button-selected-text);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-header);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--header-font);
|
||||
padding: var(--button-height-padding);
|
||||
width: 10%;
|
||||
margin: 5px;
|
||||
|
@ -1333,7 +1336,7 @@ div.container {
|
|||
color: var(--button-text);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-header);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--header-font);
|
||||
padding: var(--button-height-padding);
|
||||
width: 10%;
|
||||
max-width: 100px;
|
||||
|
@ -1578,6 +1581,7 @@ div.container {
|
|||
h3.linksHeader {
|
||||
background-color: var(--column-left-header-background);
|
||||
color: var(--column-left-header-color);
|
||||
font-family: var(--header-font);
|
||||
font-size: var(--column-left-header-size-mobile);
|
||||
text-transform: var(--column-left-header-style);
|
||||
padding: 4px;
|
||||
|
@ -1836,7 +1840,7 @@ div.container {
|
|||
color: var(--button-text);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-button-mobile);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--header-font);
|
||||
padding: var(--button-height-padding-mobile);
|
||||
width: 20%;
|
||||
min-width: var(--button-width-chars);
|
||||
|
@ -1928,7 +1932,7 @@ div.container {
|
|||
color: var(--button-selected-text);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-button-mobile);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--header-font);
|
||||
padding: var(--button-height-padding-mobile);
|
||||
width: 20%;
|
||||
min-width: var(--button-width-chars);
|
||||
|
@ -1947,7 +1951,7 @@ div.container {
|
|||
color: var(--button-text);
|
||||
text-align: center;
|
||||
font-size: var(--font-size-button-mobile);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-family: var(--header-font);
|
||||
padding: var(--button-height-padding-mobile);
|
||||
width: 20%;
|
||||
max-width: 400px;
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"hashtag-vertical-spacing3": "100px",
|
||||
"hashtag-vertical-spacing4": "150px",
|
||||
"time-vertical-align": "-10px",
|
||||
"header-font": "'Domestic_Manners'",
|
||||
"*font-family": "'Domestic_Manners'",
|
||||
"*src": "url('./fonts/Domestic_Manners.woff2') format('woff2')"
|
||||
}
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
"button-small-text": "#00ff00",
|
||||
"button-corner-radius": "4px",
|
||||
"timeline-border-radius": "4px",
|
||||
"header-font": "'Bedstead'",
|
||||
"*font-family": "'Bedstead'",
|
||||
"*src": "url('./fonts/bedstead.otf') format('opentype')",
|
||||
"color: #FFFFFE;": "color: green;",
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
"timeline-border-radius": "20px",
|
||||
"image-corners": "8%",
|
||||
"quote-right-margin": "0.1em",
|
||||
"header-font": "'bgrove'",
|
||||
"*font-family": "'bgrove'",
|
||||
"*src": "url('fonts/bgrove.woff2') format('woff2')"
|
||||
}
|
||||
|
|
|
@ -112,6 +112,7 @@
|
|||
"title-text": "#282c37",
|
||||
"title-background": "#ccc",
|
||||
"gallery-text-color": "black",
|
||||
"header-font": "'NimbusSanL'",
|
||||
"*font-family": "'NimbusSanL'",
|
||||
"*src": "url('./fonts/NimbusSanL.otf') format('opentype')",
|
||||
"**src": "url('./fonts/NimbusSanL-italic.otf') format('opentype')"
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
"time-color": "#33390d",
|
||||
"place-color": "#33390d",
|
||||
"event-color": "#33390d",
|
||||
"header-font": "'LcdSolid'",
|
||||
"*font-family": "'LcdSolid'",
|
||||
"*src": "url('./fonts/LcdSolid.woff2') format('woff2')"
|
||||
}
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
"title-text": "#282c37",
|
||||
"title-background": "#ccc",
|
||||
"gallery-text-color": "black",
|
||||
"header-font": "'ElectrumADFExp-Regular'",
|
||||
"*font-family": "'ElectrumADFExp-Regular'",
|
||||
"*src": "url('./fonts/ElectrumADFExp-Regular.otf') format('opentype')"
|
||||
}
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
"event-background": "#00014a",
|
||||
"quote-right-margin": "0",
|
||||
"line-spacing": "150%",
|
||||
"header-font": "'solidaric'",
|
||||
"*font-family": "'solidaric'",
|
||||
"*src": "url('./fonts/solidaric.woff2') format('woff2')",
|
||||
"**src": "url('./fonts/solidaric-italic.woff2') format('woff2')"
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
"time-color": "#f98bb0",
|
||||
"place-color": "#f98bb0",
|
||||
"event-color": "#f98bb0",
|
||||
"header-font": "'CheGuevaraTextSans-Regular'",
|
||||
"*font-family": "'CheGuevaraTextSans-Regular'",
|
||||
"*src": "url('./fonts/CheGuevaraTextSans-Regular.woff2') format('woff2')"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"calendar-header-font-style": "normal",
|
||||
"calendar-header-font": "Orbitron",
|
||||
"italic-font-style": "normal",
|
||||
"calendar-header-font": "'Orbitron'",
|
||||
"header-font": "'Orbitron'",
|
||||
"search-banner-height": "50vh",
|
||||
"button-approve": "#160afe",
|
||||
"button-deny": "#fd294f",
|
||||
|
@ -67,7 +69,7 @@
|
|||
"place-color": "#0481f5",
|
||||
"event-color": "#0481f5",
|
||||
"event-background": "#00014a",
|
||||
"quote-right-margin": "0",
|
||||
"quote-right-margin": "0",
|
||||
"line-spacing": "150%",
|
||||
"*font-family": "'Montserrat-Regular'",
|
||||
"*src": "url('./fonts/Montserrat-Regular.ttf') format('truetype')",
|
||||
|
|
|
@ -65,6 +65,7 @@
|
|||
"gallery-text-color": "black",
|
||||
"quote-right-margin": "0",
|
||||
"line-spacing": "150%",
|
||||
"header-font": "'solidaric'",
|
||||
"*font-family": "'solidaric'",
|
||||
"*src": "url('./fonts/solidaric.woff2') format('woff2')",
|
||||
"**src": "url('./fonts/solidaric-italic.woff2') format('woff2')"
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
"event-color": "#ffc4bc",
|
||||
"image-corners": "2%",
|
||||
"quote-right-margin": "0.1em",
|
||||
"header-font": "'bgrove'",
|
||||
"*font-family": "'bgrove'",
|
||||
"*src": "url('fonts/bgrove.woff2') format('woff2')"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue