mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] User's classes are now better handled by splitting them by behaviour * [MOD] UI tweaks for classic theme and integration of new features
11 lines
391 B
CSS
11 lines
391 B
CSS
@font-face {
|
|
font-family: 'Material Icons';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url("MaterialIcons-Regular.eot"); /* For IE6-8 */
|
|
src: local('Material Icons'),
|
|
local('MaterialIcons-Regular'),
|
|
url("MaterialIcons-Regular.woff2") format('woff2'),
|
|
url("MaterialIcons-Regular.woff") format('woff'),
|
|
url("MaterialIcons-Regular.ttf") format('truetype');
|
|
} |