From 1c15d18e45597f8de5de638bf5a818f0751aa177 Mon Sep 17 00:00:00 2001 From: Nicolas Fritz Date: Thu, 26 Jan 2023 11:53:04 +0100 Subject: [PATCH] =?UTF-8?q?CSS=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uno/css/uno.css | 5 +++++ uno/index.html | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 uno/css/uno.css diff --git a/uno/css/uno.css b/uno/css/uno.css new file mode 100644 index 0000000..e339ff8 --- /dev/null +++ b/uno/css/uno.css @@ -0,0 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@600;700&display=swap'); + +*{ + font-family: 'Cabin', sans-serif; +} \ No newline at end of file diff --git a/uno/index.html b/uno/index.html index d18d83f..a5aca8d 100644 --- a/uno/index.html +++ b/uno/index.html @@ -3,10 +3,13 @@ Uno + + + - +