소스 검색

Fixed wrong font include.

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

Change-Id: I9b12c76b97af5731a4dd374ecab5b217c404a04d
tags/7.7.0.beta1
Sami Ekblad 8 년 전
부모
커밋
039b39dc68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      documentation/themes/themes-fonts.asciidoc

+ 1
- 1
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

Loading…
취소
저장