/* This file is called by add_editor_style() as well as a wp_enqueue_style(). 
 * Since you can't pass a fully-qualified absolute link to add_editor_style(),
 * we had to make this special file for fonts.  The TinyMCE will load
 * this stylesheet and then call @import() to get the google fonts without
 * any problem. Fonts should not be set in any other sheet. We want one
 * place to change fonts. */
 
 /*
@font-face {
  font-family: "arista-light";
  src: url("fonts/arista-light.eot");
  src: local("?"),
    url("fonts/arista-light.woff") format("woff"),
    url("fonts/arista-light.otf") format("opentype"),
    url("fonts/arista-light.svg#arista-light") format("svg");
  } */

@import url('https://fonts.googleapis.com/css?family=Courgette');



