/*
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 */

/* https://docs.oceanwp.org/article/128-how-to-add-custom-fonts */
/* CUSTOM FONT */
@font-face {
  font-family: 'custFjalla';
  src: url('custom/fonts/FjallaOne-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'custCharmonman';
  src: url('custom/fonts/Charmonman-Bold.ttf') format('truetype');
}