diff --git a/src/templates/jinja2/base.html b/src/templates/jinja2/base.html index 8359e42..20f1991 100644 --- a/src/templates/jinja2/base.html +++ b/src/templates/jinja2/base.html @@ -8,7 +8,7 @@ - + diff --git a/src/templates/static/vendor/css/fonts/material-symbols-outlined.woff2 b/src/templates/static/vendor/css/fonts/material-symbols-outlined.woff2 new file mode 100644 index 0000000..c2470a3 Binary files /dev/null and b/src/templates/static/vendor/css/fonts/material-symbols-outlined.woff2 differ diff --git a/src/templates/static/vendor/css/material-symbols.css b/src/templates/static/vendor/css/material-symbols.css new file mode 100644 index 0000000..265c39d --- /dev/null +++ b/src/templates/static/vendor/css/material-symbols.css @@ -0,0 +1,22 @@ +@font-face { + font-family: 'Material Symbols Outlined'; + font-style: normal; + font-weight: 400; + src: url(fonts/material-symbols-outlined.woff2) format('woff2'); +} + +.material-symbols-outlined { + font-family: 'Material Symbols Outlined'; + 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; +}