diff --git a/components/01_Atoms/fonts/_fonts.scss b/components/01_Atoms/fonts/_fonts.scss new file mode 100644 index 0000000..1840e69 --- /dev/null +++ b/components/01_Atoms/fonts/_fonts.scss @@ -0,0 +1,15 @@ +.LP-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; + -moz-font-feature-settings: 'liga'; + -moz-osx-font-smoothing: grayscale; +}