/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@font-face {
  font-family: 'DIN';
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Light.woff) format('woff'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Light.ttf) format('truetype'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Light.svg#DIN-Light) format('svg');
	   url(//gh-hubertus.at/wp-content/themes/MyFonts/ufonts.com_din-light.eot);
	   url(//gh-hubertus.at/wp-content/themes/MyFonts/ufonts.com_din-light.woff2) format('woff2'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/ufonts.com_din-light.eot?#iefix) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Bold.woff) format('woff'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Bold.ttf) format('truetype'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DIN-Bold.svg#DIN-Bold) format('svg');
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DINBold.eot);
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DINBold.woff2) format('woff2'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/DINBold.eot?#iefix) format('embedded-opentype');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.eot);
  src: url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.woff2) format('woff2'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.woff) format('woff'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.ttf) format('truetype'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.svg#Lato-Bold) format('svg'),
       url(//gh-hubertus.at/wp-content/themes/MyFonts/Lato-Bold.eot?#iefix) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">