diff --git a/gdpr_notice.html b/gdpr_notice.html
index 1b23c57..47bb020 100644
--- a/gdpr_notice.html
+++ b/gdpr_notice.html
@@ -53,16 +53,14 @@
helps you find out what this website stores and knows about you.
- This website does not store any personally identifiable information
- except for the requesting party’s IP address and user agent, which is
- necessary for the basic functionality of the web server. This information
- will be stored for seven days to be able to detect and respond to
- malicious activities.
+ This website does not store any personally identifiable information.
+ It collects the requesting party’s IP address and user agent from the
+ HTTP request, but does not store them.
Don't know what this is? This is a necessity dictated by European law.
diff --git a/imprint.html b/imprint.html
index b487a60..787f1b8 100644
--- a/imprint.html
+++ b/imprint.html
@@ -12,6 +12,7 @@
src: url('charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
+ font-display: swap;
}
html {
box-sizing: border-box;
@@ -49,8 +50,8 @@
Imprint
Veit Heller
- Klarastr. 6
- 12459 Berlin
+ Goethestr. 17
+ 90154 Erlangen
Germany
Don't know what this is? This is a necessity dictated by German law.
diff --git a/index.html b/index.html
index b713c50..9c5b38b 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,7 @@
src: url('charter_regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
+ font-display: swap;
}
html {
box-sizing: border-box;