﻿@charset "utf-8";

@font-face {
  font-family: "youyuan";
  src: url("youyuan.woff2") format("woff2"),
       url("youyuan.woff") format("woff"),
       url("youyuan.ttf") format("truetype"),
       url("youyuan.eot") format("embedded-opentype"),
       url("youyuan.svg") format("svg"),
       url("youyuan.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}