Projekt

Obecné

Profil

« Předchozí | Další » 

Revize d5eddb45

Přidáno uživatelem Ondřej Anděl před více než 3 roky(ů)

Support #8647: Výběr a úprava fontů

Zobrazit rozdíly:

application/view/fonts/charis-sil/SIL License - Charis SIL - OFL.txt
1
This Font Software is Copyright (c) 1997-2008, SIL International (http://scripts.sil.org/).
2
All Rights Reserved.
3

  
4
"Charis SIL" is a Reserved Font Name for this Font Software.
5
"SIL" is a Reserved Font Name for this Font Software.
6

  
7
This Font Software is licensed under the SIL Open Font License, Version 1.0.
8
No modification of the license is permitted, only verbatim copy is allowed.
9
This license is copied below, and is also available with a FAQ at:
10
http://scripts.sil.org/OFL
11

  
12

  
13
-----------------------------------------------------------
14
SIL OPEN FONT LICENSE Version 1.0 - 22 November 2005
15
-----------------------------------------------------------
16

  
17
PREAMBLE
18
The goals of the Open Font License (OFL) are to stimulate worldwide
19
development of cooperative font projects, to support the font creation
20
efforts of academic and linguistic communities, and to provide an open
21
framework in which fonts may be shared and improved in partnership with
22
others.
23

  
24
The OFL allows the licensed fonts to be used, studied, modified and
25
redistributed freely as long as they are not sold by themselves. The
26
fonts, including any derivative works, can be bundled, embedded, 
27
redistributed and sold with any software provided that the font
28
names of derivative works are changed. The fonts and derivatives,
29
however, cannot be released under any other type of license.
30

  
31
DEFINITIONS
32
"Font Software" refers to any and all of the following:
33
	- font files
34
	- data files
35
	- source code
36
	- build scripts
37
	- documentation
38

  
39
"Reserved Font Name" refers to the Font Software name as seen by
40
users and any other names as specified after the copyright statement.
41

  
42
"Standard Version" refers to the collection of Font Software
43
components as distributed by the Copyright Holder.
44

  
45
"Modified Version" refers to any derivative font software made by
46
adding to, deleting, or substituting -- in part or in whole --
47
any of the components of the Standard Version, by changing formats
48
or by porting the Font Software to a new environment.
49

  
50
"Author" refers to any designer, engineer, programmer, technical
51
writer or other person who contributed to the Font Software.
52

  
53
PERMISSION & CONDITIONS
54
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of the Font Software, to use, study, copy, merge, embed, modify,
56
redistribute, and sell modified and unmodified copies of the Font
57
Software, subject to the following conditions:
58

  
59
1) Neither the Font Software nor any of its individual components,
60
in Standard or Modified Versions, may be sold by itself.
61

  
62
2) Standard or Modified Versions of the Font Software may be bundled,
63
redistributed and sold with any software, provided that each copy
64
contains the above copyright notice and this license. These can be
65
included either as stand-alone text files, human-readable headers or
66
in the appropriate machine-readable metadata fields within text or
67
binary files as long as those fields can be easily viewed by the user.
68

  
69
3) No Modified Version of the Font Software may use the Reserved Font
70
Name(s), in part or in whole, unless explicit written permission is
71
granted by the Copyright Holder. This restriction applies to all 
72
references stored in the Font Software, such as the font menu name and
73
other font description fields, which are used to differentiate the
74
font from others.
75

  
76
4) The name(s) of the Copyright Holder or the Author(s) of the Font
77
Software shall not be used to promote, endorse or advertise any
78
Modified Version, except to acknowledge the contribution(s) of the
79
Copyright Holder and the Author(s) or with their explicit written
80
permission.
81

  
82
5) The Font Software, modified or unmodified, in part or in whole,
83
must be distributed using this license, and may not be distributed
84
under any other license.
85

  
86
TERMINATION
87
This license becomes null and void if any of the above conditions are
88
not met.
89

  
90
DISCLAIMER
91
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
92
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
93
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
94
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
95
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
96
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
97
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
98
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
99
OTHER DEALINGS IN THE FONT SOFTWARE.
application/view/style.css
1
@font-face {
2
  font-family: 'Charis';
3
  src: url('fonts/charis-sil/CharisSILR.ttf') format('truetype');
4
}
5

  
1 6
html, body, .container-fluid {
2 7
  height: 100%;
8
  font-family: 'Charis', Fallback, sans-serif;
3 9
}
4 10

  
5 11
.app-header {
......
69 75
}
70 76

  
71 77
input, select {
78
  height: 90%;
72 79
  border-radius: 5px;
73 80
  border: 1px solid grey;
74 81
  margin-left: 2px;

Také k dispozici: Unified diff