Browse Source

Fixed wrong font include.

This fixes https://dev.vaadin.com/ticket/19800

Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d
tags/7.7.0.beta1
Sami Ekblad 8 years ago
parent
commit
039b39dc68
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      documentation/themes/themes-fonts.asciidoc

+ 1
- 1
documentation/themes/themes-fonts.asciidoc View File

@@ -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

Loading…
Cancel
Save