diff options
author | Sami Ekblad <sami@vaadin.com> | 2016-05-12 11:44:23 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-06-10 10:14:14 +0000 |
commit | 039b39dc6891afc0e08932f5f7d6f643b78595b2 (patch) | |
tree | 1fda273832129d415daa138caee007d54a63a5bf /documentation/themes | |
parent | 37e0cc14dd91528b0223e48a7755aec91a5eee2e (diff) | |
download | vaadin-framework-039b39dc6891afc0e08932f5f7d6f643b78595b2.tar.gz vaadin-framework-039b39dc6891afc0e08932f5f7d6f643b78595b2.zip |
Fixed wrong font include.
This fixes https://dev.vaadin.com/ticket/19800
Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d
Diffstat (limited to 'documentation/themes')
-rw-r--r-- | documentation/themes/themes-fonts.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |