[minor] embed font-face css and use noto sans from local assets

This commit is contained in:
Pratik Vyas 2014-10-22 15:44:03 +05:30
parent 226fc9c35a
commit 2ca7d983cf
3 changed files with 12 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,15 @@
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 400;
src: local('Noto Sans'), local('NotoSans'), url(/assets/frappe/css/font/notosans-400.ttf) format('truetype');
}
@font-face {
font-family: 'Noto Sans';
font-style: normal;
font-weight: 700;
src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(/assets/frappe/css/font/notosans-700.ttf) format('truetype');
}
@media screen {
.print-format-gutter {