15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
/* BEGIN Regular */
|
|
@font-face {
|
|
font-family: Roboto;
|
|
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Regular");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: Roboto;
|
|
.fontdef-woff(@FontPath, @FontName, @FontVersion, "Regular");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* END Regular */
|