diff options
Diffstat (limited to 'assets/css/main.css')
-rwxr-xr-x | assets/css/main.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index e69de29..d1de6f3 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -0,0 +1,15 @@ +/** + * Design of the Netflix Stats Generator + * @author Marvin Borner + * @copyright Marvin Borner 2018 + */ + + +body { + font-family: 'Share Tech Mono', regular !important; + text-rendering: optimizeLegibility !important; +} + +h1 { + +}
\ No newline at end of file |