mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-20 04:47:35 +08:00
Vector input type implemented
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-style: light;
|
||||
font-weight: lighter;
|
||||
src:
|
||||
url("../font/roboto-light.woff2") format("woff2"),
|
||||
url("../font/roboto-light.woff") format("woff");
|
||||
@@ -8,12 +8,20 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-style: regular;
|
||||
font-weight: normal;
|
||||
src:
|
||||
url("../font/roboto-regular.woff2") format("woff2"),
|
||||
url("../font/roboto-regular.woff") format("woff");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-weight: bold;
|
||||
src:
|
||||
url("../font/roboto-bold.woff2") format("woff2"),
|
||||
url("../font/roboto-bold.woff") format("woff");
|
||||
}
|
||||
|
||||
ueb-blueprint {
|
||||
--ueb-scale: 1;
|
||||
--ueb-grid-actual-size: var(--ueb-grid-size);
|
||||
|
||||
Reference in New Issue
Block a user