]> git.lizzy.rs Git - dragonblocks.git/commitdiff
Move Ubuntu.ttf to fonts folder
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 3 Jun 2021 19:29:07 +0000 (21:29 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 3 Jun 2021 19:29:07 +0000 (21:29 +0200)
Ubuntu.ttf [deleted file]
fonts/Ubuntu.ttf [new file with mode: 0755]
style.css

diff --git a/Ubuntu.ttf b/Ubuntu.ttf
deleted file mode 100755 (executable)
index 45a038b..0000000
Binary files a/Ubuntu.ttf and /dev/null differ
diff --git a/fonts/Ubuntu.ttf b/fonts/Ubuntu.ttf
new file mode 100755 (executable)
index 0000000..45a038b
Binary files /dev/null and b/fonts/Ubuntu.ttf differ
index 6a043a24d30a3c2727653b7747834f845bb9efec..f31e21d0ec62e5365a3b87071a52ed440944534e 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,3 +1,3 @@
-@font-face {font-family: Ubuntu; src: url(Ubuntu.ttf);}
-*{font-family: Ubuntu; scrollbar-width: none; -ms-overflow-style: none;} 
+@font-face {font-family: Ubuntu; src: url(fonts/Ubuntu.ttf);}
+*{font-family: Ubuntu; scrollbar-width: none; -ms-overflow-style: none;}
 ::-webkit-scrollbar {width: 0px;}