mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
10 lines
182 B
SCSS
Executable File
10 lines
182 B
SCSS
Executable File
/* BEGIN Thin */
|
|
@font-face {
|
|
font-family: Roboto;
|
|
@include fontdef-woff($FontPath, $FontName, $FontVersion, "Thin");
|
|
font-weight: 100;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Thin */
|