Packages

This is a CMS written in Elixir. Aims to be the great open-source ecommerce and/or startup solution for those who are searching for a performance and stability on top of modern technologies like React and Elixir.

Current section

Files

Jump to
lyn web static css app.scss
Raw

web/static/css/app.scss

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
$icon-font-path: "/fonts/"; /* use fonts from priv/static/fonts/ */
@import "~bootstrap/scss/bootstrap";
$fa-font-path: "~font-awesome/fonts";
@import "~font-awesome/scss/font-awesome";
body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}