0.1.2 • Published 9 months ago

@common-module/material-icons v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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.

0.1.2

9 months ago

0.1.0

10 months ago

0.1.1

10 months ago

0.0.1

12 months ago