mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
add LibreFranklin font-family
This commit is contained in:
parent
6e7b83b82f
commit
b66d32f33d
@ -13,12 +13,19 @@ const {
|
||||
} = Styled;
|
||||
|
||||
module.exports = styled.div`
|
||||
font-family: -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #373A3C;
|
||||
background-color: #FFFFFF;
|
||||
@font-face {
|
||||
font-family: 'LibreFranklin';
|
||||
src: url('../../shared/fonts/LibreFranklin.ttf') format('truetype')
|
||||
}
|
||||
|
||||
& * {
|
||||
font-family: 'LibreFranklin', -apple-system, BlinkMacSystemFont,
|
||||
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
color: #373A3C;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
/**************************************************************************
|
||||
* NORMALIZE.CSS *
|
||||
|
BIN
ui/src/shared/fonts/LibreFranklin.ttf
Normal file
BIN
ui/src/shared/fonts/LibreFranklin.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user