From fc66b376cb3a2c73843cc882d500cfd743c0790e Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 00:13:40 +0200 Subject: dist should work, TODO: minify and bundle --- dist/css/materialicons.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dist/css/materialicons.css (limited to 'dist/css/materialicons.css') diff --git a/dist/css/materialicons.css b/dist/css/materialicons.css new file mode 100644 index 0000000..6e24fe0 --- /dev/null +++ b/dist/css/materialicons.css @@ -0,0 +1,24 @@ +/* fallback */ + +@font-face { + font-family: 'Material Icons'; + font-style: normal; + font-weight: 400; + src: url(/fonts/materialicons.woff2) format("woff2"); +} + +.material-icons { + font-family: 'Material Icons'; + font-weight: normal; + font-style: normal; + font-size: 24px; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; +} -- cgit v1.2.3