mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-05 00:23:21 +00:00
64f81bc316
Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
13 lines
327 B
SCSS
13 lines
327 B
SCSS
/* ==========================================================================
|
|
* Fonts
|
|
* ========================================================================== */
|
|
|
|
/**
|
|
* Icomoon
|
|
*/
|
|
@font-face {
|
|
font-family: icomoon;
|
|
src: url("~icomoon-free-npm/Font/IcoMoon-Free.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|