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 @@