Files
sysPass/css/fonts.css
nuxsmin ebae60bc3f * [ADD] Closes #120. Added the ability to assign one user to multiple groups
* [MOD] User's classes are now better handled by splitting them by behaviour
* [MOD] UI tweaks for classic theme and integration of new features
2015-08-03 01:46:30 +02:00

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');
}