All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.reporter.css.opensans-fonts.css Maven / Gradle / Ivy

There is a newer version: 4.20.8
Show newest version
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), url(opensans/OpenSans-Light.ttf);
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), url(opensans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), url(opensans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), url(opensans/OpenSans-Italic.ttf);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy