﻿@font-face {
  font-family: 'Noto Sans';
  src: url("Noto-Sans/NotoSans-Regular.woff") format("woff"), url("Noto-Sans/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url("Noto-Sans/NotoSans-Bold.woff") format("woff"), url("Noto-Sans/NotoSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url("Noto-Sans/NotoSans-Italic.woff") format("woff"), url("Noto-Sans/NotoSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Noto Sans';
  src: url("Noto-Sans/NotoSans-BoldItalic.woff") format("woff"), url("Noto-Sans/NotoSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

body, * {
  font-family: "Noto Sans", sans-serif; }
