0% found this document useful (0 votes)
44 views2 pages

Htgfonts Css

This document defines font-face rules to load the Roboto and Oswald font families for use on a website. It includes rules for regular, italic, and bold styles of Roboto, and the regular style of Oswald. Each rule specifies the font-family name, style, weight, and sources for loading the font via different formats for cross-browser compatibility.

Uploaded by

Packers49ers
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views2 pages

Htgfonts Css

This document defines font-face rules to load the Roboto and Oswald font families for use on a website. It includes rules for regular, italic, and bold styles of Roboto, and the regular style of Oswald. Each rule specifies the font-family name, style, weight, and sources for loading the font via different formats for cross-browser compatibility.

Uploaded by

Packers49ers
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

/* roboto-regular - latin */

@font-face {
font-display: swap;
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /*
IE6-IE8 */
url('roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern
Browsers */
url('roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
url('roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android,
iOS */
url('roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
font-display: swap;
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: url('roboto-v27-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Italic'), local('Roboto-Italic'),
url('roboto-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /*
IE6-IE8 */
url('roboto-v27-latin-italic.woff2') format('woff2'), /* Super Modern
Browsers */
url('roboto-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
url('roboto-v27-latin-italic.ttf') format('truetype'), /* Safari, Android,
iOS */
url('roboto-v27-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
font-display: swap;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: url('roboto-v27-latin-700.eot'); /* IE9 Compat Modes */
src: local('Roboto Bold'), local('Roboto-Bold'),
url('roboto-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-
IE8 */
url('roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers
*/
url('roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
url('roboto-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS
*/
url('roboto-v27-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
font-display: swap;
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: url('roboto-v27-latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
url('roboto-v27-latin-700italic.eot?#iefix') format('embedded-opentype'), /*
IE6-IE8 */
url('roboto-v27-latin-700italic.woff2') format('woff2'), /* Super Modern
Browsers */
url('roboto-v27-latin-700italic.woff') format('woff'), /* Modern Browsers */
url('roboto-v27-latin-700italic.ttf') format('truetype'), /* Safari,
Android, iOS */
url('roboto-v27-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
font-display: swap;
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url('oswald-v36-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Oswald'),
url('oswald-v36-latin-regular.eot?#iefix') format('embedded-opentype'), /*
IE6-IE8 */
url('oswald-v36-latin-regular.woff2') format('woff2'), /* Super Modern
Browsers */
url('oswald-v36-latin-regular.woff') format('woff'), /* Modern Browsers */
url('oswald-v36-latin-regular.ttf') format('truetype'), /* Safari, Android,
iOS */
url('oswald-v36-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

You might also like