/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
	font-family:"LondonMM";
	src:url("/wp-content/themes/oceanwp-child-theme-master/assets/fonts/LondonMM.eot?") format("eot"),
		url("/wp-content/themes/oceanwp-child-theme-master/assets/fonts/LondonMM.woff") format("woff"),
		url("/wp-content/themes/oceanwp-child-theme-master/assets/fonts/LondonMM.ttf") format("truetype"),
		url("/wp-content/themes/oceanwp-child-theme-master/assets/fonts/LondonMM.svg#LondonMM") format("svg");
	font-weight:normal;font-style:normal;
}
