diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..31c24ae --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.ico filter=lfs diff=lfs merge=lfs -text diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d38d373 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "static/font/RobotoMono"] + path = static/font/RobotoMono + url = https://github.com/googlefonts/RobotoMono.git diff --git a/static/css/huell.css b/static/css/huell.css new file mode 100644 index 0000000..0a230f8 --- /dev/null +++ b/static/css/huell.css @@ -0,0 +1,31 @@ +@font-face { + font-family: "Roboto Mono"; + src: url("../font/RobotoMono/fonts/ttf/RobotoMono-Regular.ttf") format("truetype"); + font-style: normal; + font-weight: 400; + text-rendering: optimizeLegibility; +} + +@font-face { + font-family: "Roboto Mono"; + src: url("../font/RobotoMono/fonts/ttf/RobotoMono-Italic.ttf") format("truetype"); + font-style: italic; + font-weight: 400; + text-rendering: optimizeLegibility; +} + +@font-face { + font-family: "Roboto Mono"; + src: url("../font/RobotoMono/fonts/ttf/RobotoMono-Bold.ttf") format("truetype"); + font-style: normal; + font-weight: 700; + text-rendering: optimizeLegibility; +} + +@font-face { + font-family: "Roboto Mono"; + src: url("../font/RobotoMono/fonts/ttf/RobotoMono-BoldItalic.ttf") format("truetype"); + font-style: italic; + font-weight: 700; + text-rendering: optimizeLegibility; +} diff --git a/static/font/RobotoMono b/static/font/RobotoMono new file mode 160000 index 0000000..895ec69 --- /dev/null +++ b/static/font/RobotoMono @@ -0,0 +1 @@ +Subproject commit 895ec691990d041dd727c7b5afa3ce56525d98e6