				@font-face {
					font-family: 'custom_font';
					src: url('/wp-content/uploads/useanyfont/5732custom_font.woff2') format('woff2'),
						url('/wp-content/uploads/useanyfont/5732custom_font.woff') format('woff');
					  font-display: auto;
				}

				.custom_font{font-family: 'custom_font' !important;}

						.site-title, .site-description, body, p, blockquote, li, a, strong, b, em{
					font-family: 'custom_font' !important;
				}
		