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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/* @import url('http://example.com/example_style.css'); */

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>
  @font-face {
    font-family: 'national';
    src: url('https://servicehub.passgallery.com/hubfs/national-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  body {
    font-family: 'national', sans-serif;
  }
</style>