1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00
ShinobiCE/web/libs/less/_mixins.less
Moe d0b12e92e7 Son Goku
- Rebased sql, test, web, defintions, languages, INSTALL, and libs folders.
2019-03-07 14:43:37 -08:00

4 lines
280 B
Text

.fontdef-woff(@FontPath, @FontName, @FontVersion:"1.0.0", @FontType:"Regular") {
src: url('@{FontPath}/@{FontType}/@{FontName}-@{FontType}.woff2?v=@{FontVersion}') format('woff2'),
url('@{FontPath}/@{FontType}/@{FontName}-@{FontType}.woff?v=@{FontVersion}') format('woff');
}