/*
Theme Name: Blocksy Child
Theme URI: http://example.com/blocksy-child/
Description: Blocksy Child Theme
Author: WordPress
Author URI: http://example.com
Template: blocksy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: blocksy-child
*/

/* Custom styles go here */

@font-face {
    font-family:'Montserrat-Black';
    src:url('Montserrat-Black.ttf') format('ttf'),
        url('Montserrat-Black.ttf') format('ttf');
    font-weight:normal;
    font-style:normal;
}
body {
    font-family:'Montserrat-Black',sans-serif;
}