More actions
font family declaration moved into main |
add regular font for testing |
||
Line 5: | Line 5: | ||
font-display: swap; | font-display: swap; | ||
src: url('/Special:FilePath/Retailtextdemo-bold.woff2') format('woff2'); | src: url('/Special:FilePath/Retailtextdemo-bold.woff2') format('woff2'); | ||
} | |||
@font-face { | |||
font-family: "Retail Demo Regular"; | |||
font-display: swap; | |||
src: url('/Special:FilePath/Retaildemo-regular.woff2') format('woff2'); | |||
} | } | ||