fonts
This commit is contained in:
parent
f41c23f6f3
commit
776ae2ccee
14 changed files with 92 additions and 10 deletions
BIN
style/fonts/charis/CharisSIL-B.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-B.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-B.woff
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-B.woff
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-BI.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-BI.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-BI.woff
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-BI.woff
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-I.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-I.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-I.woff
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-I.woff
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-R.ttf
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-R.ttf
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
style/fonts/charis/CharisSIL-R.woff
(Stored with Git LFS)
Normal file
BIN
style/fonts/charis/CharisSIL-R.woff
(Stored with Git LFS)
Normal file
Binary file not shown.
33
style/fonts/charis/charis.css
Normal file
33
style/fonts/charis/charis.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 400;
|
||||
src:
|
||||
url(CharisSIL-R.ttf) format('truetype'),
|
||||
url(CharisSIL-R.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 500;
|
||||
src:
|
||||
url(CharisSIL-B.ttf) format('truetype'),
|
||||
url(CharisSIL-B.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
src:
|
||||
url(CharisSIL-I.ttf) format('truetype'),
|
||||
url(CharisSIL-I.woff) format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Charis;
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
src:
|
||||
url(CharisSIL-BI.ttf) format('truetype'),
|
||||
url(CharisSIL-BI.woff) format('woff');
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue