mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
add LibreFranklin font-family
This commit is contained in:
parent
6e7b83b82f
commit
b66d32f33d
@ -13,12 +13,19 @@ const {
|
|||||||
} = Styled;
|
} = Styled;
|
||||||
|
|
||||||
module.exports = styled.div`
|
module.exports = styled.div`
|
||||||
font-family: -apple-system, BlinkMacSystemFont,
|
@font-face {
|
||||||
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
font-family: 'LibreFranklin';
|
||||||
font-size: 1rem;
|
src: url('../../shared/fonts/LibreFranklin.ttf') format('truetype')
|
||||||
line-height: 1.5;
|
}
|
||||||
color: #373A3C;
|
|
||||||
background-color: #FFFFFF;
|
& * {
|
||||||
|
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 *
|
* 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