Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor changes #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ padding-horizontal.px if {ftd.device == "mobile"}: 20
background.solid: $inherited.colors.background.base


-- pd.package: manrope - fpm font
-- pd.package: Manrope - fpm font
name: fifthtry.github.io/manrope-font

This component consist of Google manrope font with all it's styles from Thin-100 to Bold-700 Italic.
This component consist of Google Manrope font with all its styles from ExtraLight 200 to ExtraBold 800.


-- pd.component: manrope - fpm font
-- pd.component: Manrope - fpm font
name: https://github.com/FifthTry/manrope-font

This component consist of Google manrope font with all it's styles from Thin-100 to Bold-700 Italic.
This component consist of Google Manrope font with all its styles from ExtraLight 200 to ExtraBold 800.



Expand All @@ -60,109 +60,109 @@ include fifthtry.github.io/manrope-font package into FPM.ftd file

Inside your .ftd file to change for any specific token use:

\-- fpm.type.headline-small.font: $manrope.fonts.manrope
\-- inherited.types.headline-small.font: $manrope.fonts.Manrope

\-- ftd.text:
role: $fpm.type.headline-small
role: $inherited.types.headline-small


-- tf.h2: `manrope-font` hairline 18px:
-- tf.h2: `Manrope-font` hairline 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: hairline

-- tf.h2: `manrope-font` hairline italic 18px:
-- tf.h2: `Manrope-font` hairline italic 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: hairline italic

-- tf.h2: `manrope-font` light 18px:
-- tf.h2: `Manrope-font` light 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: light

-- tf.h2: `manrope-font` light italic 18px:
-- tf.h2: `Manrope-font` light italic 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: light italic

-- tf.h2: `manrope-font` regular 18px:
-- tf.h2: `Manrope-font` regular 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: regular

-- tf.h2: `manrope-font` regular strike through 18px:
-- tf.h2: `Manrope-font` regular strike through 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: regular strike

-- tf.h2: `manrope-font` regular underline 18px:
-- tf.h2: `Manrope-font` regular underline 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: regular underline

-- tf.h2: `manrope-font` regular italic 18px:
-- tf.h2: `Manrope-font` regular italic 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: regular italic

-- tf.h2: `manrope-font` bold 18px:
-- tf.h2: `Manrope-font` bold 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: bold

-- tf.h2: `manrope-font` bold italic 18px:
-- tf.h2: `Manrope-font` bold italic 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: bold italic

-- tf.h2: `manrope-font` heavy 18px:
-- tf.h2: `Manrope-font` heavy 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: heavy

-- tf.h2: `manrope-font` heavy italic 18px:
-- tf.h2: `Manrope-font` heavy italic 18px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $small-heading
color: $inherited.colors.text-strong
margin-bottom.px: 24
;;style: heavy italic

-- tf.h2: `manrope-font` heading regular 48px:
-- tf.h2: `Manrope-font` heading regular 48px:

-- ftd.text: MANIMBANG manowo ngakoni marang martabat alamiah sarta kang.
role: $large-heading
Expand Down