em
rem
px
%
pt
Base size of fonts is 16px. Enter any value and click Convert.
CSS Style Properties
EM
h1 {
font-size: 2em;
}
font-size: 2em;
}
REM
h1 {
font-size: 2rem;
}
font-size: 2rem;
}
Pixel
h1 {
font-size: 32px;
}
font-size: 32px;
}
Percent
h1 {
font-size: 200%;
}
font-size: 200%;
}
Point
h1 {
font-size: 24pt;
}
font-size: 24pt;
}
Live Preview
EM
Hello
REM
Hello
Pixel
Hello
Percent
Hello
Point
Hello

