change font
This commit is contained in:
parent
86c418dba9
commit
fd77a0516e
5 changed files with 75 additions and 26 deletions
|
|
@ -7,11 +7,13 @@
|
|||
bleed: 6mm;
|
||||
marks: crop;
|
||||
|
||||
margin-left: 28mm;
|
||||
margin-right: 16mm;
|
||||
|
||||
}
|
||||
|
||||
@page:left {
|
||||
margin-left: 26mm;
|
||||
margin-right: 18mm;
|
||||
|
||||
|
||||
@top-left{
|
||||
content: element(navDecor);
|
||||
|
|
@ -20,7 +22,7 @@
|
|||
|
||||
@bottom-center {
|
||||
content: counter(page);
|
||||
font-family: var(--mono);
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 8mm;
|
||||
|
|
@ -31,8 +33,8 @@
|
|||
}
|
||||
|
||||
@page:right {
|
||||
margin-left: 18mm;
|
||||
margin-right: 26mm;
|
||||
/* margin-left: 18mm;
|
||||
margin-right: 26mm; */
|
||||
|
||||
@top-left{
|
||||
content: element(nav);
|
||||
|
|
@ -40,7 +42,7 @@
|
|||
|
||||
@bottom-center {
|
||||
content: counter(page);
|
||||
font-family: var(--mono);
|
||||
font-family: var(--font-title);
|
||||
font-size: 20px;
|
||||
vertical-align: bottom;
|
||||
padding-bottom: 8mm;
|
||||
|
|
@ -106,25 +108,39 @@
|
|||
.running-nav ul{
|
||||
|
||||
display: flex;
|
||||
gap: var(--gap);
|
||||
gap: calc(var(--unit)*4);
|
||||
list-style: none;
|
||||
|
||||
}
|
||||
|
||||
.running-nav-decor li,
|
||||
.running-nav li{
|
||||
font-family: var(--mono);
|
||||
font-size: var(--fs-nav);
|
||||
font-family: var(--font-nav);
|
||||
font-size: 10px;
|
||||
line-height: 10px;
|
||||
padding-left: 6ch;
|
||||
max-width: 24ch;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
/* color: var(--blue); */
|
||||
/* text-transform: lowercase;
|
||||
border: var(--border-grey);
|
||||
font-size: var(--fs-nav);
|
||||
line-height: 1;
|
||||
padding: 4px 1ch;
|
||||
min-height: var(--unit);
|
||||
font-weight: normal;
|
||||
max-width: 24ch; */
|
||||
|
||||
}
|
||||
|
||||
.running-nav-decor ul li.nav-title,
|
||||
.running-nav-decor li::before,
|
||||
.running-nav li::before{
|
||||
content: ">";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
/* .running-nav-decor ul li.nav-title,
|
||||
.running-nav ul li.nav-title{
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
|
@ -151,7 +167,7 @@
|
|||
.running-nav ul li.nav-author{
|
||||
flex: 0 0 auto; /* taille fixe */
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
.running-nav-decor ul li.nav-chevron{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue