From 3e8b34be2fdeccf16c8b46f1ee518f970853768d Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 24 Oct 2017 16:59:48 -0400 Subject: Adding in materialize source and templates --- .../static/materialize/sass/components/_icons-material-design.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/dispatch/static/materialize/sass/components/_icons-material-design.scss (limited to 'app/dispatch/static/materialize/sass/components/_icons-material-design.scss') diff --git a/app/dispatch/static/materialize/sass/components/_icons-material-design.scss b/app/dispatch/static/materialize/sass/components/_icons-material-design.scss new file mode 100644 index 0000000..2aa6a4a --- /dev/null +++ b/app/dispatch/static/materialize/sass/components/_icons-material-design.scss @@ -0,0 +1,5 @@ +/* This is needed for some mobile phones to display the Google Icon font properly */ +.material-icons { + text-rendering: optimizeLegibility; + font-feature-settings: 'liga'; +} -- cgit v1.2.3