diff --git a/README.md b/README.md
index 25ebdb8..de71100 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,12 @@ Framework usato: [Marp](https://marp.app/)
Vi servono `git` e una versione ragionevolmente aggiornata di `npm`.
```
-git clone ...
-cd ...
+git clone https://git.lattuga.net/roughconsensusandrunningcode/slides-openpgp-2024.git
+
+cd slides-openpgp-2024
+
npm ci
+
npm run build # oppure npm run build-html se vi interessa solo la versione HTML
```
diff --git a/src/slides.md b/src/slides.md
index 90e0801..7b01a57 100644
--- a/src/slides.md
+++ b/src/slides.md
@@ -40,7 +40,7 @@ _-- Jon Postel_
---
# Agenda
@@ -54,7 +54,7 @@ _-- Jon Postel_
---
# Terminologia
@@ -67,7 +67,7 @@ Ad oggi l'implementazione di OpenPGP più nota (ma se ne stanno diffondendo altr
---
# "Ecosistema" OpenPGP (1)
@@ -85,7 +85,7 @@ Lo standard OpenPGP propriamente detto (RFC 9580) definisce principalmente:
---
# "Ecosistema" OpenPGP (2)
@@ -118,8 +118,8 @@ img {width: 100%; height: 340px;}
---
# RFC 9580: le principali novitÃ
@@ -138,10 +138,10 @@ img {width: 100%; height: 340px;}
---
# OpenPGP vs LibrePGP 1/3
@@ -160,10 +160,10 @@ https://blog.pgpkeys.eu/critique-critique.html
---
# OpenPGP vs LibrePGP: 2/3
@@ -183,8 +183,8 @@ https://blog.pgpkeys.eu/critique-critique.html
---
# Implementazioni (in progress)
@@ -242,9 +242,9 @@ https://blog.pgpkeys.eu/critique-critique.html
---
diff --git a/src/theme.css b/src/theme.css
index e526d1a..91185f3 100644
--- a/src/theme.css
+++ b/src/theme.css
@@ -7,7 +7,7 @@
*/
section {
- font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
+ font-family: Arial, Helvetica, sans-serif;
font-size: 40px;
background-color: #333;
color: #ccc;
@@ -149,8 +149,6 @@ section.whoami #col-right {
section.whoami ul {
list-style-type: none;
padding-left: 0;
-
- font-size: 35px;
}
section.whoami li {
padding-bottom: 10px;