From 039b39dc6891afc0e08932f5f7d6f643b78595b2 Mon Sep 17 00:00:00 2001 From: Sami Ekblad Date: Thu, 12 May 2016 11:44:23 +0300 Subject: Fixed wrong font include. This fixes https://dev.vaadin.com/ticket/19800 Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d --- documentation/themes/themes-fonts.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/themes/themes-fonts.asciidoc b/documentation/themes/themes-fonts.asciidoc index 741fb00a72..8bb2bfef67 100644 --- a/documentation/themes/themes-fonts.asciidoc +++ b/documentation/themes/themes-fonts.asciidoc @@ -19,7 +19,7 @@ follows: ---- @include font(MyFontFamily, - '../../mytheme/fonts/myfontfamily'); + '../../../../mytheme/fonts/myfontfamily'); ---- The statement must be given in the [filename]#styles.scss# file __outside__ the -- cgit v1.2.3