mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-12 22:14:54 +10:00
[2.5] Implement Font Size Adjustments
This commit is contained in:
@@ -138,6 +138,7 @@
|
||||
"text": "#212121"
|
||||
},
|
||||
"font": "Open Sans",
|
||||
"fontSize": 12,
|
||||
"language": "en",
|
||||
"layout": {
|
||||
"castform": [
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const fontSizeVarsDefault = {
|
||||
const fontSizeOptions = {
|
||||
'--text-xs-size': 0.75,
|
||||
'--text-sm-size': 0.875,
|
||||
'--text-lg-size': 1.125,
|
||||
@@ -15,4 +15,4 @@ const fontSizeVarsDefault = {
|
||||
'--text-4xl-line-height': 2.5,
|
||||
};
|
||||
|
||||
export default fontSizeVarsDefault;
|
||||
export default fontSizeOptions;
|
||||
@@ -74,6 +74,7 @@
|
||||
"language": "en",
|
||||
"template": "onyx",
|
||||
"font": "Montserrat",
|
||||
"fontSize": 12,
|
||||
"layout": {
|
||||
"onyx": [
|
||||
["objective", "work", "education", "projects"],
|
||||
|
||||
@@ -27,7 +27,7 @@ export default [
|
||||
icon: MdFontDownload,
|
||||
},
|
||||
{
|
||||
id: 'font-sizes',
|
||||
id: 'font-size',
|
||||
icon: MdFormatSize,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user