UNPKG

@talentsoft-opensource/uxp-themes

Version:

Talentsoft UX themes

9 lines (8 loc) 271 B
/* Font declarations */ .font-declaration(@fileName, @relativePath: '../fonts/') { font-style: normal; font-weight: normal; src: url('@{relativePath}@{fileName}.woff') format('woff'), url('@{relativePath}@{fileName}.svg') format('svg'); }