mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-02 16:48:50 +01:00
fix: necessary font changes (#1818)
* fix: necessary font changes * chore: minor bump
This commit is contained in:
parent
fe0ef2ce61
commit
98064244bf
37 changed files with 178 additions and 47 deletions
|
|
@ -10,9 +10,13 @@ module.exports = {
|
|||
// 'gpt-dark-gray': '#343541',
|
||||
// },
|
||||
fontFamily: {
|
||||
sans: ['Söhne', 'sans-serif'],
|
||||
mono: ['Söhne Mono', 'monospace'],
|
||||
sans: ['Inter', 'sans-serif'],
|
||||
mono: ['Roboto Mono', 'monospace'],
|
||||
},
|
||||
// fontFamily: {
|
||||
// sans: ['Söhne', 'sans-serif'],
|
||||
// mono: ['Söhne Mono', 'monospace'],
|
||||
// },
|
||||
extend: {
|
||||
width: {
|
||||
'authPageWidth': '370px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue