A sample title for a heading

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, some child text that is set to a relative font weight sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

/* CSS */
.title { font-weight: 100; }
.text { font-weight: normal; }
.child { font-weight: lighter; }


/* JS */
fontWeight: 100 // title
fontWeight: normal // text
fontWeight: lighter // child