diff --git a/app/db/src/assets/fonts/material-icons.woff2 b/app/db/src/assets/fonts/material-icons.woff2 new file mode 100644 index 00000000..db9f5540 Binary files /dev/null and b/app/db/src/assets/fonts/material-icons.woff2 differ diff --git a/app/db/src/index.html b/app/db/src/index.html index f8d013ba..c51a9921 100644 --- a/app/db/src/index.html +++ b/app/db/src/index.html @@ -6,14 +6,6 @@ - - diff --git a/app/db/src/styles/fonts.scss b/app/db/src/styles/fonts.scss index 14d4fb38..feb04c5c 100644 --- a/app/db/src/styles/fonts.scss +++ b/app/db/src/styles/fonts.scss @@ -1,3 +1,28 @@ +/* fallback */ +@font-face { + font-family: "Material Icons"; + font-style: normal; + font-weight: 400; + + src: url("../assets/fonts/material-icons.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; +} + @font-face { font-family: "Merriweather"; font-style: normal;