mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Add more details on configurable fonts (#409)
This commit is contained in:
parent
a241a46669
commit
edbb869e26
2 changed files with 37 additions and 1 deletions
|
@ -37,6 +37,17 @@ const siteConfig = {
|
|||
primaryColor: '#2E8555',
|
||||
secondaryColor: '#205C3B',
|
||||
},
|
||||
/* custom fonts for website */
|
||||
/*fonts: {
|
||||
myFont: [
|
||||
"Times New Roman",
|
||||
"Serif"
|
||||
],
|
||||
myOtherFont: [
|
||||
"-apple-system",
|
||||
"system-ui"
|
||||
]
|
||||
},*/
|
||||
// This copyright info is used in /core/Footer.js and blog rss/atom feeds.
|
||||
copyright:
|
||||
'Copyright © ' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue