cozy/cozy-mobile

View on GitHub
src/assets/fonts/fonts.css

Summary

Maintainability
Test Coverage
/**
 * Source Sans Pro
 *
 * Use for: labor
 * Font-family: 'Source Sans Pro', sans-serif
 * Available styles:
 * - font-style: normal / font-weight: normal
 * - font-style: italic / font-weight: normal
 * - font-style: normal / font-weight: bold
 * - font-style: italic / font-weight: bold
 */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro'),
         local('SourceSansPro-Regular'),
         url('./sourcesanspro-regular.woff') format('woff');
}