Files
sysPass/css/fonts.css
nuxsmin bfb8880744 * [FIX] Font issue on SVG logo.
* [MOD] Line separators.
2015-07-24 10:09:56 +02:00

10 lines
297 B
CSS

@font-face {
font-family: 'Register';
font-style: normal;
font-weight: 400;
src: url("../imgs/register.eot"); /* For IE6-8 */
src: local('Register'),
local('Register'),
url("../imgs/register.woff2") format('woff2'),
url("../imgs/register.ttf") format('truetype');
}