diff --git a/_includes/styles/fonts.scss b/_includes/styles/fonts.scss index c3c6bcf..1f99e76 100644 --- a/_includes/styles/fonts.scss +++ b/_includes/styles/fonts.scss @@ -24,3 +24,12 @@ @font-face { font-weight: 200 800; font-stretch: 100% 125%; } + +@font-face { + font-family: 'Monaspace Radon'; + src: + url('https://static.fosterhangdaan.com/fonts/monaspace/v1.000/MonaspaceRadonVarVF%5Bwght,wdth,slnt%5D.woff2') format('woff2 supports variations'), + url('https://static.fosterhangdaan.com/fonts/monaspace/v1.000/MonaspaceRadonVarVF%5Bwght,wdth,slnt%5D.woff2') format('woff2-variations'); + font-weight: 200 800; + font-stretch: 100% 125%; +}