Commit 0c498a41 authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Скорректировал заготовку подключения шрифта

parent 32cd1a1d
...@@ -30,11 +30,11 @@ $border-radius: 3px !default; ...@@ -30,11 +30,11 @@ $border-radius: 3px !default;
// @font-face { // @font-face {
// font-family: 'Web font'; // font-family: 'FONTNAME';
// src: url('../fonts/webfont.woff2') format('woff2'), // src: url('../fonts/FONTNAME.woff2') format('woff2'),
// url('../fonts/webfont.ttf') format('truetype'), // url('../fonts/FONTNAME.woff') format('woff'),
// url('../fonts/webfont.woff') format('woff'); // url('../fonts/FONTNAME.ttf') format('truetype');
// font-weight: normal; // font-weight: 400;
// font-style: normal; // font-style: normal;
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment