This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template name="dailyForecast"> | |
<div class="main-section crt-trd-sec inherit-prop"> | |
<div class="main-container"> | |
<div class="row crt-trd-frm-blc"> | |
<div class="sidebar col-sm-3"> | |
<div> | |
{{> sidebar}} | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: "NotoSansBold"; | |
src: url("/fonts/NotoSansBold.eot"); | |
src: url("/fonts/NotoSansBold.eot") format("embedded-opentype"), | |
url("/fonts/NotoSansBold.woff2") format("woff2"), | |
url("/fonts/NotoSansBold.woff") format("woff"), | |
url("/fonts/NotoSansBold.ttf") format("truetype"), | |
url("/fonts/NotoSansBold.svg#NotoSansBold") format("svg"); | |
} | |
@font-face { |