mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 23:24:07 +01:00
10 lines
297 B
CSS
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');
|
|
} |