init
This commit is contained in:
58
static/Vvvebjs/scss/line-awesome/_path.scss
Normal file
58
static/Vvvebjs/scss/line-awesome/_path.scss
Normal file
@@ -0,0 +1,58 @@
|
||||
$line-height: var(--bs-body-line-height);
|
||||
|
||||
@font-face {
|
||||
font-family: $la-font-name-lab;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-display: swap;
|
||||
src: url('#{$la-font-path}/la-brands-400.eot');
|
||||
src: url("#{$la-font-path}/la-brands-400.eot?#iefix") format("embedded-opentype"),
|
||||
url("#{$la-font-path}/la-brands-400.woff2") format("woff2"),
|
||||
url("#{$la-font-path}/la-brands-400.woff") format("woff"),
|
||||
url("#{$la-font-path}/la-brands-400.ttf") format("truetype"),
|
||||
url("#{$la-font-path}/la-brands-400.svg#lineawesome") format("svg");
|
||||
}
|
||||
|
||||
.#{$la-css-prefix-lab} {
|
||||
font-family: $la-font-name-lab, monospace;
|
||||
font-weight: 400;
|
||||
line-height:$line-height;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: $la-font-name-lar;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('#{$la-font-path}/la-regular-400.eot');
|
||||
src: url("#{$la-font-path}/la-regular-400.eot?#iefix") format("embedded-opentype"),
|
||||
url("#{$la-font-path}/la-regular-400.woff2") format("woff2"),
|
||||
url("#{$la-font-path}/la-regular-400.woff") format("woff"),
|
||||
url("#{$la-font-path}/la-regular-400.ttf") format("truetype"),
|
||||
url("#{$la-font-path}/la-regular-400.svg#lineawesome") format("svg");
|
||||
}
|
||||
|
||||
.#{$la-css-prefix-lar} {
|
||||
font-family: $la-font-name-lar, monospace;
|
||||
font-weight: 400;
|
||||
line-height:$line-height;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: $la-font-name-las;
|
||||
font-style: normal;
|
||||
font-weight: 410;
|
||||
font-display: swap;
|
||||
src: url('#{$la-font-path}/la-solid-900.eot');
|
||||
src: url("#{$la-font-path}/la-solid-900.eot?#iefix") format("embedded-opentype"),
|
||||
url("#{$la-font-path}/la-solid-900.woff2") format("woff2"),
|
||||
url("#{$la-font-path}/la-solid-900.woff") format("woff"),
|
||||
url("#{$la-font-path}/la-solid-900.ttf") format("truetype"),
|
||||
url("#{$la-font-path}/la-solid-900.svg#lineawesome") format("svg");
|
||||
}
|
||||
|
||||
.#{$la-css-prefix-las}, .la {
|
||||
font-family: $la-font-name-las, monospace;
|
||||
font-weight: 410;
|
||||
line-height:$line-height;
|
||||
}
|
||||
Reference in New Issue
Block a user