noesya/osuny

View on GitHub
app/assets/stylesheets/admin/design-system/fonts.sass

Summary

Maintainability
Test Coverage
// Inclusive Sans

@font-face
    font-display: swap
    font-family: 'InclusiveSans'
    font-style: normal
    font-weight: normal
    src: asset-url("inclusive-sans/InclusiveSans-Regular.woff2") format("woff2"), url("inclusive-sans/InclusiveSans-Regular.woff") format("woff")

@font-face
    font-display: swap
    font-family: 'InclusiveSans'
    font-style: italic
    font-weight: normal
    src: asset-url("inclusive-sans/InclusiveSans-Italic.woff2") format("woff2"), url("inclusive-sans/InclusiveSans-Italic.woff") format("woff")

// Adelphe

@font-face
    font-display: swap
    font-family: 'Adelphe'
    font-style: normal
    font-weight: normal
    src: asset-url("adelphe/Adelphe-GerminalRegular.woff2") format("woff2"), url("adelphe/Adelphe-GerminalRegular.woff") format("woff")

@font-face
    font-display: swap
    font-family: 'Adelphe'
    font-style: italic
    font-weight: normal
    src: asset-url("adelphe/Adelphe-GerminalItalic.woff2") format("woff2"), url("adelphe/Adelphe-GerminalItalic.woff") format("woff")

@font-face
    font-display: swap
    font-family: 'Adelphe'
    font-style: normal
    font-weight: bold
    src: asset-url("adelphe/Adelphe-GerminalBold.woff2") format("woff2"), url("adelphe/Adelphe-GerminalBold.woff") format("woff")

@font-face
    font-display: swap
    font-family: 'Adelphe'
    font-style: italic
    font-weight: bold
    src: asset-url("adelphe/Adelphe-GerminalBoldItalic.woff2") format("woff2"), url("adelphe/Adelphe-GerminalBoldItalic.woff") format("woff")