Files
freeu-project/public/assets/font/open-sans/stylesheet.css
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

109 lines
2.7 KiB
CSS

@font-face {
font-family: 'Open Sans';
src: url('OpenSans-Bold.woff2') format('woff2'),
url('OpenSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-BoldItalic.woff2') format('woff2'),
url('OpenSans-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-Light.woff2') format('woff2'),
url('OpenSans-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-Italic.woff2') format('woff2'),
url('OpenSans-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-SemiBoldItalic.woff2') format('woff2'),
url('OpenSans-SemiBoldItalic.woff') format('woff');
font-weight: 600;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-ExtraboldItalic.woff2') format('woff2'),
url('OpenSans-ExtraboldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-Extrabold.woff2') format('woff2'),
url('OpenSans-Extrabold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans Condensed';
src: url('OpenSans-CondensedBold.woff2') format('woff2'),
url('OpenSans-CondensedBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSansLight-Italic.woff2') format('woff2'),
url('OpenSansLight-Italic.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-Light.woff2') format('woff2'),
url('OpenSans-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans-SemiBold.woff2') format('woff2'),
url('OpenSans-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
src: url('OpenSans.woff2') format('woff2'),
url('OpenSans.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}