material-design/css/material-icons.css
authorEdward <edward@roojs.com>
Fri, 14 Aug 2015 04:51:51 +0000 (12:51 +0800)
committerEdward <edward@roojs.com>
Fri, 14 Aug 2015 04:51:51 +0000 (12:51 +0800)
material-design/css/material-icons.css [new file with mode: 0644]

diff --git a/material-design/css/material-icons.css b/material-design/css/material-icons.css
new file mode 100644 (file)
index 0000000..2c95f4e
--- /dev/null
@@ -0,0 +1,20 @@
+@font-face {
+  font-family: 'Material Icons';
+  font-style: normal;
+  font-weight: 400;
+  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.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;
+  word-wrap: normal;
+  -webkit-font-feature-settings: 'liga';
+  -webkit-font-smoothing: antialiased;
+}
\ No newline at end of file