Update the fedora-bootstrap-fonts to v0.3
this adds the montseraat font, and the 600 weight of open-sans
This commit is contained in:
parent
3174264417
commit
1c20d0cf51
24 changed files with 143 additions and 0 deletions
|
@ -0,0 +1,125 @@
|
|||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 100;
|
||||
src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'), url(montserrat/Montserrat-ThinItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 200;
|
||||
src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'), url(montserrat/Montserrat-ExtraLightItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url(montserrat/Montserrat-LightItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Montserrat Italic'), local('Montserrat-Italic'), url(montserrat/Montserrat-Italic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 500;
|
||||
src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url(montserrat/Montserrat-MediumItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url(montserrat/Montserrat-SemiBoldItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(montserrat/Montserrat-BoldItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 800;
|
||||
src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'), url(montserrat/Montserrat-ExtraBoldItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: italic;
|
||||
font-weight: 900;
|
||||
src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'), url(montserrat/Montserrat-BlackItalic.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
src: local('Montserrat Thin'), local('Montserrat-Thin'), url(montserrat/Montserrat-Thin.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 200;
|
||||
src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(montserrat/Montserrat-ExtraLight.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Montserrat Light'), local('Montserrat-Light'), url(montserrat/Montserrat-Light.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(montserrat/Montserrat-Regular.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(montserrat/Montserrat-Medium.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(montserrat/Montserrat-SemiBold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(montserrat/Montserrat-Bold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 800;
|
||||
src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(montserrat/Montserrat-ExtraBold.woff2) format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Montserrat';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
src: local('Montserrat Black'), local('Montserrat-Black'), url(montserrat/Montserrat-Black.woff2) format('woff2');
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -54,6 +54,24 @@
|
|||
url('open-sans/open-sans-v13-latin_latin-ext-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
|
||||
url('open-sans/OpenSans-Semibold.woff2') format('woff2'),
|
||||
url('open-sans/OpenSans-Semibold.woff') format('woff'),
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'),
|
||||
url('open-sans/OpenSans-SemiboldItalic.woff2') format('woff2'),
|
||||
url('open-sans/OpenSans-SemiboldItalic.woff') format('woff'),
|
||||
}
|
||||
|
||||
/* open-sans-700 - latin_latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue