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