summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr BrzeziƄski <piotr@centricular.com>2024-04-10 12:36:11 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2024-04-15 09:22:40 +0000
commit70aee84e7e7454abfbc6a694a7e63810947e23f4 (patch)
tree4f7b8d87a1f6e1d1d9a6ff68170eb75c98bd3919
parent9d76d0e2f675a93dbad6aa379f965579e5450b22 (diff)
www: Change site-wide font to sans-serif
Reduces the feeling of having time-travelled to the 90's when visiting the site by a significant amount. Part-of: <https://gitlab.freedesktop.org/gstreamer/www/-/merge_requests/105>
-rw-r--r--src/copy/gstreamer.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/copy/gstreamer.css b/src/copy/gstreamer.css
index 9cad0811..0cfb7dba 100644
--- a/src/copy/gstreamer.css
+++ b/src/copy/gstreamer.css
@@ -1,3 +1,7 @@
+body {
+ font-family: sans-serif;
+}
+
h1, h2, h3 {
color: #333333;
text-decoration: none;