Skip to content

Instantly share code, notes, and snippets.

@4n70w4
Created June 14, 2019 08:52
Show Gist options
  • Save 4n70w4/8ef4d3247797c36b8f0a0f99d3c464b5 to your computer and use it in GitHub Desktop.
Save 4n70w4/8ef4d3247797c36b8f0a0f99d3c464b5 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 200;
src: local('Nunito ExtraLight Italic'), local('Nunito-ExtraLightItalic'), url(/fonts/Nunito/Nunito-ExtraLightItalic.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 300;
src: local('Nunito Light Italic'), local('Nunito-LightItalic'), url(/fonts/Nunito/Nunito-LightItalic.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 400;
src: local('Nunito Italic'), local('Nunito-Italic'), url(/fonts/Nunito/Nunito-Italic.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 600;
src: local('Nunito SemiBold Italic'), local('Nunito-SemiBoldItalic'), url(/fonts/Nunito/Nunito-SemiBoldItalic.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 800;
src: local('Nunito ExtraBold Italic'), local('Nunito-ExtraBoldItalic'), url(/fonts/Nunito/Nunito-ExtraBoldItalic.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: italic;
font-weight: 900;
src: local('Nunito Black Italic'), local('Nunito-BlackItalic'), url(/fonts/Nunito/Nunito-BlackItalic.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 200;
src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(/fonts/Nunito/Nunito-ExtraLight.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 300;
src: local('Nunito Light'), local('Nunito-Light'), url(/fonts/Nunito/Nunito-Light.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
src: local('Nunito Regular'), local('Nunito-Regular'), url(/fonts/Nunito/Nunito-Regular.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 600;
src: local('Nunito SemiBold'), local('Nunito-SemiBold'), url(/fonts/Nunito/Nunito-SemiBold.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 800;
src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'), url(/fonts/Nunito/Nunito-ExtraBold.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
font-family: 'Nunito';
font-style: normal;
font-weight: 900;
src: local('Nunito Black'), local('Nunito-Black'), url(/fonts/Nunito/Nunito-Black.ttf) format('truetype');
unicode-range: U+0400-052F, U+2DE0-2DFF, U+A640-A69F;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment