@abdt/fonts
Version:
A collection of fonts by ABDT
95 lines (80 loc) • 2.62 kB
CSS
/* Rubrik New */
@font-face {
font-family: 'Rubrik New';
src: local('Rubrik New Light'), local('RubrikNew-Light'),
url('fonts/RubrikNew-Light.woff2') format('woff2'),
url('fonts/RubrikNew-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Rubrik New';
src: local('Rubrik New Medium'), local('RubrikNew-Medium'),
url('fonts/RubrikNew-Medium.woff2') format('woff2'),
url('fonts/RubrikNew-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Rubrik New';
src: local('Rubrik New Bold'), local('RubrikNew-Bold'),
url('fonts/RubrikNew-Bold.woff2') format('woff2'),
url('fonts/RubrikNew-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
/* Roboto */
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Light-webfont.eot');
src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Roboto-Light-webfont.woff') format('woff'),
url('fonts/Roboto-Light-webfont.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Regular-webfont.eot');
src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Roboto-Regular-webfont.woff') format('woff'),
url('fonts/Roboto-Regular-webfont.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Medium-webfont.eot');
src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Roboto-Medium-webfont.woff') format('woff'),
url('fonts/Roboto-Medium-webfont.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/Roboto-Bold-webfont.woff') format('woff'),
url('fonts/Roboto-Bold-webfont.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
/* Golos */
@font-face {
font-family: 'Golos';
src: url('fonts/GolosText-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Golos';
src: url('fonts/GolosText-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Golos';
src: url('fonts/GolosText-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}