@common-module/material-icons
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

material-icons

The HTML code should be placed as follows:

  1. Add this code to the <head> section of your HTML document:
<link rel="stylesheet"
    href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block" />
  1. Add this code to the <body> section of your HTML document:
<div class="font_preload" style="opacity: 0">
    <span style="font-family: 'Material Symbols Outlined';"></span>
</div>

The first code snippet loads the Material Icons font, while the second snippet preloads the font to ensure it's available for use in your document.

Readme

Keywords

none

Package Sidebar

Install

npm i @common-module/material-icons

Homepage

yj.dev/

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

9.96 kB

Total Files

17

Last publish

Collaborators

  • yjgaia