diff --git a/fonts/googleicons/100.woff2 b/fonts/googleicons/100.woff2 new file mode 100644 index 0000000..664575a Binary files /dev/null and b/fonts/googleicons/100.woff2 differ diff --git a/fonts/googleicons/200.woff2 b/fonts/googleicons/200.woff2 new file mode 100644 index 0000000..6d184e0 Binary files /dev/null and b/fonts/googleicons/200.woff2 differ diff --git a/fonts/googleicons/font.woff2 b/fonts/googleicons/font.woff2 deleted file mode 100644 index 2a29b5a..0000000 Binary files a/fonts/googleicons/font.woff2 and /dev/null differ diff --git a/fonts/googleicons/styles.css b/fonts/googleicons/styles.css index ac736c2..16d998b 100644 --- a/fonts/googleicons/styles.css +++ b/fonts/googleicons/styles.css @@ -2,11 +2,18 @@ @font-face { font-family: 'Material Symbols Outlined'; font-style: normal; - font-weight: 200; - src: url('./font.woff2') format('woff2'); + font-weight: 100; + src: url('./100.woff2') format('woff2'); } -.material-symbols-outlined { +@font-face { + font-family: 'Material Symbols Outlined'; + font-style: normal; + font-weight: 200; + src: url('./200.woff2') format('woff2'); +} + +.g-icon { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; @@ -16,7 +23,6 @@ display: inline-block; white-space: nowrap; word-wrap: normal; - direction: ltr; - -moz-font-feature-settings: 'liga'; - -moz-osx-font-smoothing: grayscale; + font-size: 1.5rem; + font-weight: 100; } \ No newline at end of file