Parcourir la source

Fixed wrong font include.

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

Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d
tags/7.7.0.beta1
Sami Ekblad il y a 8 ans
Parent
révision
039b39dc68
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      documentation/themes/themes-fonts.asciidoc

+ 1
- 1
documentation/themes/themes-fonts.asciidoc Voir le fichier

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

Chargement…
Annuler
Enregistrer