/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
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: 'Capri Serif';
    src: url('fonts/CapriSerif-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/CapriSerif-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/CapriSerif-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/CapriSerif-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/CapriSerif-Regular.svg#Capri%20Serif') format('svg'); /* Legacy iOS */
}
