/*!
 * Copyright (c) 2024 StyloPress - CodeWS.online
 * This file is part of StyloPress.
 *
 * This file is licensed under the same terms as the main plugin (GNU GPL v2 or later).
 */

@font-face {
	font-family: 'stylopress';
	src: url('../fonts/stylopress.eot');
	src: url('../fonts/stylopress.eot?#iefix') format('embedded-opentype'),
		url('../fonts/stylopress.woff') format('woff'),
		url('../fonts/stylopress.ttf') format('truetype'),
		url('../fonts/stylopress.svg#stylopress') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='dashicons-stylopress-']:before {
	display: inline-block;
	font-family: 'stylopress';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dashicons-stylopress-stylopress:before {
	content: '\0041';
}
