/*
For DSEG font family.
CSS Level 3 Optimized.
2017-03-15 by Keshikan

Notice:
 In order not to apply load to traffic, DO NOT access or link directly *.woff files in this server(www.keshikan.net).
 If you want to use *.woff files, please upload to your own server.
*/


/*Add DSEG family to font types.*/
/*DSEG 7 Classic*/
@font-face {
  font-family: "D7CL";
  src: url("./fonts/DSEG7Classic-Light.woff") format('woff');
}

@font-face {
  font-family: "D7CLI";
  src: url("./fonts/DSEG7Classic-LightItalic.woff") format('woff');
}

@font-face {
  font-family: "D7CR";
  src: url("./fonts/DSEG7Classic-Regular.woff") format('woff');
}

@font-face {
  font-family: "D7CI";
  src: url("./fonts/DSEG7Classic-Italic.woff") format('woff');
}

@font-face {
  font-family: "D7CB";
  src: url("./fonts/DSEG7Classic-Bold.woff") format('woff');
}

@font-face {
  font-family: "D7CBI";
  src: url("../fonts/DSEG7Classic-BoldItalic.woff") format('woff');
}


