export class Height extends FontBase {
      constructor(public height: string) {
        super();
      }