font-face — Noto Sans
- @font-face Noto Sans
truetype font
Attention
Only use links and fonts actually used in a Web Story.
/** @format */
@font-face {
font-family: NotoSans-Thin-100;
font-style: normal;
font-weight: 100;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-Thin.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-ThinItalic-100;
font-style: italic;
font-weight: 100;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-ThinItalic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-ExtraLight-200;
font-style: normal;
font-weight: 200;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-ExtraLight.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-ExtraLightItalic-200;
font-style: italic;
font-weight: 200;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-ExtraLightItalic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-Light-300;
font-style: normal;
font-weight: 300;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-Light.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-LightItalic-300;
font-style: italic;
font-weight: 300;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-LightItalic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-Regular-400;
font-style: normal;
font-weight: 400;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-Regular.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-Italic-400;
font-style: italic;
font-weight: 400;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-Italic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-Medium-500;
font-style: normal;
font-weight: 500;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-Medium.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-MediumItalic-500;
font-style: italic;
font-weight: 500;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-MediumItalic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-SemiBold-600;
font-style: normal;
font-weight: 600;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-SemiBold.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-SemiBoldItalic-600;
font-style: italic;
font-weight: 600;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-SemiBoldItalic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-Bold-700;
font-style: normal;
font-weight: 700;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-Bold.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-BoldItalic-700;
font-style: italic;
font-weight: 700;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-BoldItalic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-ExtraBold-800;
font-style: normal;
font-weight: 800;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-ExtraBold.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-ExtraBoldItalic-800;
font-style: italic;
font-weight: 800;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-ExtraBoldItalic.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-Black-900;
font-style: normal;
font-weight: 900;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-Black.ttf")
format("truetype");
font-display: swap;
}
@font-face {
font-family: NotoSans-BlackItalic-900;
font-style: italic;
font-weight: 900;
src: url("https://s3.amazonaws.com/benetta.net/fonts/noto-sans/NotoSans-BlackItalic.ttf")
format("truetype");
font-display: swap;
}