gnu-social/public/assets/fonts/chivo/chivo.css

36 lines
869 B
CSS
Raw Normal View History

@font-face {
font-family: 'Chivo';
src: local('Chivo Bold Italic'), local('Chivo-BoldItalic'),
url("Chivo-BoldItalic.woff") format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Chivo';
src: local('Chivo Bold'), local('Chivo-Bold'),
url("Chivo-Bold.woff") format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Chivo';
src: local('Chivo Italic'), local('Chivo-Italic'),
url("Chivo-Italic.woff") format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Chivo';
src: local('Chivo Regular'), local('Chivo-Regular'),
url("Chivo-Regular.woff") format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}