From 3696d3613a1dd922c20ae1fb9a94b57c33c92d9f Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 4 Apr 2017 14:38:19 +0200 Subject: [PATCH] Add the typography stylesheet --- app/assets/stylesheets/_typography.scss | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/assets/stylesheets/_typography.scss diff --git a/app/assets/stylesheets/_typography.scss b/app/assets/stylesheets/_typography.scss new file mode 100644 index 000000000..351aac902 --- /dev/null +++ b/app/assets/stylesheets/_typography.scss @@ -0,0 +1,6 @@ +@import "colors"; + +%new-type { + font-family: "Muli"; + color: $black; +}