mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 09:41:31 +10:00
- implement fonts section
This commit is contained in:
@ -4,12 +4,13 @@ import { MdEmail } from 'react-icons/md';
|
||||
|
||||
const Onyx = ({ data }) => {
|
||||
const { profile, metadata } = data;
|
||||
const { colors, layout } = metadata;
|
||||
const { font, colors, layout } = metadata;
|
||||
|
||||
return (
|
||||
<div
|
||||
className="p-8 grid grid-cols-10 gap-4 items-center"
|
||||
style={{
|
||||
fontFamily: font,
|
||||
color: colors.text,
|
||||
backgroundColor: colors.background,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user