Sha256: dfca2461d2b7830f33a4ab3d733aac914c063fb0d9e3feb7ff1169fc2ff2d941
Contents?: true
Size: 1.39 KB
Versions: 9
Compression:
Stored size: 1.39 KB
Contents
/* Lesli Copyright (c) 2020, Lesli Technologies, S. A. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. LesliCSS - SCSS Utilities for websites, apps and web applications Powered by https://www.lesli.tech Building a better future, one line of code at a time. @contact <hello@lesli.tech> @website <https://lesli.tech> @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ // · */ // · @mixin lesli-css-fonts-standard() { // · title font h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", sans-serif; } // · body font body, html { font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", sans-serif; } }
Version data entries
9 entries across 9 versions & 1 rubygems