﻿/*
  We use RobotoFlex as custom font, but don´t change the font name, 
  because otherwise it has to be changed everywhere in the editor.
*/

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 75% 125%;
    src: url('RobotoFlex.woff2') format('woff2');
}