/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Liana regular */
@font-face 
    { 
      font-family: 'Liana'; 
      src: url('https://vistal.co/hubfs/Fonts/liana.woff') format('woff'), url('https://vistal.co/hubfs/Fonts/liana.ttf') format('truetype');
    }

.liana {
  font-family: 'Liana';
  font size="+4";
  line-height: .5;
}