jsonresume-theme-elegant
Version:
Elegant theme for jsonresume
19 lines (16 loc) • 774 B
text/less
@theme-version: '1.12.0'; /* the version when the icon file is last updated */
@font-base-path: "//unpkg.com/jsonresume-theme-elegant@@{theme-version}/assets/icomoon/fonts";
@font-face {
font-family: 'jst-elegant';
src: url("@{font-base-path}/icomoon.eot?f218wo");
src: url("@{font-base-path}/icomoon.eot?f218wo#iefix") format('embedded-opentype'),
url("@{font-base-path}/icomoon.ttf?f218wo") format('truetype'),
url("@{font-base-path}/icomoon.woff?f218wo") format('woff'),
url("@{font-base-path}/icomoon.svg?f218wo#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'jst-elegant' ;
}