[minor] embed font-face css and use noto sans from local assets
This commit is contained in:
parent
226fc9c35a
commit
2ca7d983cf
3 changed files with 12 additions and 1 deletions
BIN
frappe/public/css/font/notosans-400.ttf
Normal file
BIN
frappe/public/css/font/notosans-400.ttf
Normal file
Binary file not shown.
BIN
frappe/public/css/font/notosans-700.ttf
Normal file
BIN
frappe/public/css/font/notosans-700.ttf
Normal file
Binary file not shown.
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue