Commit 03d62dc1 authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил в typo блок примера подключения шрифта

parent cee0e4ed
...@@ -29,6 +29,17 @@ $border-radius: 3px !default; ...@@ -29,6 +29,17 @@ $border-radius: 3px !default;
// @font-face {
// font-family: 'Web font';
// src: url('../fonts/webfont.woff2') format('woff2'),
// url('../fonts/webfont.ttf') format('truetype'),
// url('../fonts/webfont.woff') format('woff');
// font-weight: normal;
// font-style: normal;
// }
body { body {
font-family: $font-family; font-family: $font-family;
font-size: $font-size; font-size: $font-size;
......
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