/*
 * @version     -
 * @description Open source google font
 * @license     MIT License
 * @author      -
 * @link        https://fonts.google.com/specimen/Roboto
 * @updateTime  2022-12-29
 */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../vFonts/Roboto/Black900/Roboto-Black.woff2") format("woff2"),
    url("../vFonts/Roboto/Black900/Roboto-Black.ttf") format("opentype");
}
