Add fonts, fix styling issues
This commit is contained in:
BIN
webclient/src/fonts/CharisSIL-B.woff
Normal file
BIN
webclient/src/fonts/CharisSIL-B.woff
Normal file
Binary file not shown.
BIN
webclient/src/fonts/CharisSIL-BI.woff
Normal file
BIN
webclient/src/fonts/CharisSIL-BI.woff
Normal file
Binary file not shown.
BIN
webclient/src/fonts/CharisSIL-I.woff
Normal file
BIN
webclient/src/fonts/CharisSIL-I.woff
Normal file
Binary file not shown.
BIN
webclient/src/fonts/CharisSIL-R.woff
Normal file
BIN
webclient/src/fonts/CharisSIL-R.woff
Normal file
Binary file not shown.
24
webclient/src/fonts/Fonts.css
Normal file
24
webclient/src/fonts/Fonts.css
Normal file
@@ -0,0 +1,24 @@
|
||||
@font-face {
|
||||
font-family: CharisSILW;
|
||||
src: url(CharisSIL-R.woff);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: CharisSILW;
|
||||
font-style: italic;
|
||||
src: url(CharisSIL-I.woff);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: CharisSILW;
|
||||
font-weight: bold;
|
||||
src: url(CharisSIL-B.woff);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: CharisSILW;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
src: url(CharisSIL-BI.woff);
|
||||
}
|
||||
|
Reference in New Issue
Block a user