mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-18 18:51:32 +10:00
- implement fonts section
This commit is contained in:
12
src/data/fonts.js
Normal file
12
src/data/fonts.js
Normal file
@ -0,0 +1,12 @@
|
||||
const fonts = [
|
||||
'Lato',
|
||||
'Montserrat',
|
||||
'Nunito',
|
||||
'Open Sans',
|
||||
'Raleway',
|
||||
'Rubik',
|
||||
'Source Sans Pro',
|
||||
'Titillium Web',
|
||||
];
|
||||
|
||||
export default fonts;
|
||||
@ -1,4 +1,9 @@
|
||||
import { MdColorLens, MdDashboard, MdStyle } from 'react-icons/md';
|
||||
import {
|
||||
MdColorLens,
|
||||
MdDashboard,
|
||||
MdStyle,
|
||||
MdFontDownload,
|
||||
} from 'react-icons/md';
|
||||
|
||||
export default [
|
||||
{
|
||||
@ -16,4 +21,9 @@ export default [
|
||||
name: 'Colors',
|
||||
icon: MdColorLens,
|
||||
},
|
||||
{
|
||||
id: 'fonts',
|
||||
name: 'Fonts',
|
||||
icon: MdFontDownload,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user