2018-08-27 14:37:06 +00:00
|
|
|
// Import Google fonts
|
2018-09-01 17:45:52 +00:00
|
|
|
@import url("https://fonts.googleapis.com/css?family=Assistant:400,700|Hind:400,700");
|
2018-08-27 14:37:06 +00:00
|
|
|
|
|
|
|
// Define fonts for body and headers
|
2018-09-01 17:45:52 +00:00
|
|
|
$body-font: "Hind", "Helvetica", "sans-serif";
|
|
|
|
$headers-font: "Assistant", "Helvetica", "sans-serif";
|
2018-08-27 14:37:06 +00:00
|
|
|
|
|
|
|
// To use a font file (.woff) uncomment following lines
|
|
|
|
// @font-face {
|
|
|
|
// font-family: "Font Name";
|
|
|
|
// src: font-url('FontFile.eot');
|
|
|
|
// src: font-url('FontFile.eot?#iefix') format('embedded-opentype'),
|
|
|
|
// font-url('FontFile.woff') format('woff'),
|
|
|
|
// font-url('FontFile.ttf') format('truetype')
|
|
|
|
// }
|
|
|
|
// $my-font: "Font Name";
|