mirror of https://gitlab.com/bashrc2/epicyon
Set font weight
parent
3765441080
commit
ad51028848
|
|
@ -57,19 +57,20 @@
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--reply-icon-direction: -1;
|
--reply-icon-direction: -1;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,19 +40,20 @@
|
||||||
--ical-icon-size-mobile: 80px;
|
--ical-icon-size-mobile: 80px;
|
||||||
--ical-icon-size-tiny: 80px;
|
--ical-icon-size-tiny: 80px;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/NimbusSanL-italic.otf') format('opentype');
|
src: url('./fonts/NimbusSanL-italic.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/NimbusSanL.otf') format('opentype');
|
src: url('./fonts/NimbusSanL.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,19 +34,20 @@
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -79,19 +79,20 @@
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--reply-icon-direction: -1;
|
--reply-icon-direction: -1;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,19 +26,20 @@
|
||||||
--main-link-color-hover: blue;
|
--main-link-color-hover: blue;
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/NimbusSanL-italic.otf') format('opentype');
|
src: url('./fonts/NimbusSanL-italic.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'NimbusSanL';
|
font-family: 'NimbusSanL';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/NimbusSanL.otf') format('opentype');
|
src: url('./fonts/NimbusSanL.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,19 +41,20 @@
|
||||||
--options-main-link-color-hover: #bbb;
|
--options-main-link-color-hover: #bbb;
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,19 +38,20 @@
|
||||||
--options-main-link-color-hover: #bbb;
|
--options-main-link-color-hover: #bbb;
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,7 @@
|
||||||
--icons-side: right;
|
--icons-side: right;
|
||||||
--title-color: #999;
|
--title-color: #999;
|
||||||
--focus-color: white;
|
--focus-color: white;
|
||||||
|
--font-weight: normal;
|
||||||
--quote-right-margin: 0.1em;
|
--quote-right-margin: 0.1em;
|
||||||
--quote-font-weight: normal;
|
--quote-font-weight: normal;
|
||||||
--quote-font-size: 120%;
|
--quote-font-size: 120%;
|
||||||
|
|
@ -237,14 +238,14 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,19 +41,20 @@
|
||||||
--header-font: 'Arial, Helvetica, sans-serif';
|
--header-font: 'Arial, Helvetica, sans-serif';
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,19 +23,20 @@
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,19 +28,20 @@
|
||||||
--main-link-color-hover: #bbb;
|
--main-link-color-hover: #bbb;
|
||||||
--rendering: normal;
|
--rendering: normal;
|
||||||
--transition-type: auto;
|
--transition-type: auto;
|
||||||
|
--font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Bedstead';
|
font-family: 'Bedstead';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: var(--font-weight);
|
||||||
font-display: block;
|
font-display: block;
|
||||||
src: url('./fonts/bedstead.otf') format('opentype');
|
src: url('./fonts/bedstead.otf') format('opentype');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -168,6 +168,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,7 @@
|
||||||
"gallery-hover": "#777",
|
"gallery-hover": "#777",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -173,6 +173,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,7 @@
|
||||||
"gallery-hover": "#777",
|
"gallery-hover": "#777",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size-tiny": "60%",
|
"quote-font-size-tiny": "60%",
|
||||||
|
|
|
||||||
|
|
@ -150,6 +150,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
|
|
|
||||||
|
|
@ -163,6 +163,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
|
|
|
||||||
|
|
@ -205,6 +205,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,7 @@
|
||||||
"gallery-hover": "#777",
|
"gallery-hover": "#777",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -160,6 +160,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -146,6 +146,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
|
|
|
||||||
|
|
@ -148,6 +148,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -151,6 +151,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
|
|
@ -167,6 +167,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
|
|
|
||||||
|
|
@ -162,6 +162,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
|
|
|
||||||
|
|
@ -152,6 +152,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
|
|
|
||||||
|
|
@ -160,8 +160,9 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "400",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "400",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
"quote-font-size-mobile": "120%",
|
"quote-font-size-mobile": "120%",
|
||||||
"quote-font-size-tiny": "60%",
|
"quote-font-size-tiny": "60%",
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,7 @@
|
||||||
"gallery-font-size-mobile": "35px",
|
"gallery-font-size-mobile": "35px",
|
||||||
"gallery-font-size-tiny": "17.5px",
|
"gallery-font-size-tiny": "17.5px",
|
||||||
"icons-side": "right",
|
"icons-side": "right",
|
||||||
|
"font-weight": "normal",
|
||||||
"quote-right-margin": "0.1em",
|
"quote-right-margin": "0.1em",
|
||||||
"quote-font-weight": "normal",
|
"quote-font-weight": "normal",
|
||||||
"quote-font-size": "120%",
|
"quote-font-size": "120%",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue