Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,857: Line 1,857:
     content: "account_circle";
     content: "account_circle";


     font-family: 'Material Symbols Outlined';
     font-family: 'Material Symbols Rounded';
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
Line 1,866: Line 1,866:


     color: white; /* or currentColor */
     color: white; /* or currentColor */
<style>
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
</style>
}
}