mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 09:08:30 +00:00
added font 'cookie'
This commit is contained in:
@@ -3328,6 +3328,14 @@ div.appframe-toolbar {
|
||||
src: local('Oleo Script'), local('OleoScript-Regular'), url('fonts/oleoscript.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Cookie';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Cookie-Regular'), url('fonts/cookie.woff') format('woff');
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* lib/js/lib/Aristo/aristo.selected.css
|
||||
*/
|
||||
|
||||
@@ -2323,6 +2323,14 @@ div.dialog_row table td textarea {
|
||||
src: local('Oleo Script'), local('OleoScript-Regular'), url('fonts/oleoscript.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Cookie';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Cookie-Regular'), url('fonts/cookie.woff') format('woff');
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* lib/css/ui/list.css
|
||||
*/
|
||||
|
||||
BIN
public/css/fonts/cookie.woff
Normal file
BIN
public/css/fonts/cookie.woff
Normal file
Binary file not shown.
Reference in New Issue
Block a user