Font improvement to the manual

This commit is contained in:
Ed Ward 2021-04-18 18:55:24 +02:00
parent fec481cb35
commit 3e79e8cfcb
6 changed files with 39 additions and 20 deletions

View File

@ -22,14 +22,14 @@
</p>
<table class="dl">
<tr><th>&square; L</th>
<tr><th>&square;&nbsp;L</th>
<td>whether the region position is locked, so that it cannot be moved.</td></tr>
<tr><th>&square; G</th>
<tr><th>&square;&nbsp;G</th>
<td>whether the region's position is &lsquo;glued&rsquo; to bars and beats.
If so, the region will stay at the same position in bars and beats even if the tempo and/or time signature change.</td></tr>
<tr><th>&square; M</th>
<tr><th>&square;&nbsp;M</th>
<td>whether the region is muted, so that it will not be heard.</td></tr>
<tr><th>&square; O</th>
<tr><th>&square;&nbsp;O</th>
<td>whether the region is opaque; opaque regions &lsquo;block&rsquo; regions below them from being heard, whereas &lsquo;transparent&rsquo; regions have their contents mixed with whatever is underneath. </td></tr>
</table>

View File

@ -1808,6 +1808,7 @@ part: part
---
title: Controlling Ardour with OSC
include: controlling-ardour-with-osc.html
pdf-exclude: yes
link: controlling-ardour-with-osc
uri: using-control-surfaces/controlling-ardour-with-osc
part: chapter

BIN
source/css/Lora-Regular.ttf Normal file

Binary file not shown.

View File

@ -1,13 +1,6 @@
@font-face {
font-family: 'junge-regular';
src: url('../css/junge-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'junge-regular';
font-size: 16px;
line-height: normal;
}

View File

@ -5,21 +5,34 @@
margin: 1.5cm 1.5cm 1.5cm 1.5cm;
}
@font-face {
font-family: 'lora';
src: url('../css/Lora-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'lora';
font-size: 12px;
}
img {
max-width: 100%;
max-width: 100%;
}
div.frontcover {
page-break-after: always;
page-break-after: always;
margin: auto;
width: 80%;
font-size: 4em;
font-size: 3em;
text-align: center;
}
.frontcover #generationdate {
font-size: .25em;
text-align: right;
bottom: 3cm;
}
/* styles for the right hand spread
@ -30,7 +43,7 @@ div.frontcover {
@bottom-left {
margin: 10pt 0 30pt 0;
/*border-top: .25pt solid #666;*/
content: "The Ardour Manual";
content: "The Ardour Manual";
font-size: 7pt;
color: #333;
}
@ -55,7 +68,7 @@ div.frontcover {
@bottom-right {
margin: 10pt 0 30pt 0;
/*border-top: .25pt solid #666;*/
content: "The Ardour Manual";
content: "The Ardour Manual";
font-size: 7pt;
color: #333;
}
@ -88,7 +101,7 @@ body {
}
h1 {
h1, h2 {
string-set: doctitle content(); /* get the title of the current chapter */
page-break-before: always;
}
@ -100,7 +113,7 @@ h1 {
}
h1::before { /* parts */
counter-increment: partnum;
counter-increment: partnum;
content: "Part " counter(partnum) " - ";
}
@ -130,7 +143,7 @@ h1,h2,h3,h4,h5 {
font-weight: bold;
page-break-after: avoid;
page-break-inside: avoid;
line-height: 1.25em;
line-height: 1.25em;
}
h1+p, h2+p, h3+p {

View File

@ -1,3 +1,15 @@
@font-face {
font-family: 'junge-regular';
src: url('../css/junge-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'junge-regular';
font-size: 16px;
}
.clear {
clear:both;