commit 2ce4d8aa5e571de54cc6d0ae34c68973513276a6 parent 20f545732cc2bdea1e5e3cc5a34a464a3fd76653 Author: Massimo Siboldi <mdsiboldi@gmail.com> Date: Mon, 5 Feb 2018 16:05:19 -0800 add Hack font Diffstat:
A | src/fonts/Hack-Regular.ttf | | | 0 | |
M | src/index.css | | | 12 | ++++++++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/fonts/Hack-Regular.ttf b/src/fonts/Hack-Regular.ttf Binary files differ. diff --git a/src/index.css b/src/index.css @@ -1,5 +1,17 @@ +@font-face { + font-family: Hack; + src: local('Hack'), + local('Hack-Regular'), + url('fonts/Hack-Regular.ttf'); + weight: normal; +} + body { margin: 0; padding: 0; font-family: sans-serif; } + +* { + font-family: Hack, monospace, san-serif; +}