Welcome to Etherbox!

This pad text is synchronized as you type, so that everyone viewing this page sees the same text. Add __NOPUBLISH__ to prevent this pad from being archived.@font-face {
    font-family: 'NotCourierSansBold';
    src: url('fonts/NotCourierSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'NotCourierSans';
  src: url('fonts/NotCourierSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Libertinage';
    src: url('fonts/Libertinage-a.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FluxischElseBold";
    src: url('fonts/FluxischElse-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


/* Page breaks before h1 and h2 */
h1, h2 {
    page-break-before: right;
}
h1, h2, h3 {
    font-family: "NotCourierSansBold"
}
body, p {
    font-family: "Libertinage";
}
    
/* Neat feature from weasyprint */
/* https://weasyprint.readthedocs.io/en/latest/features.html#css */

h1 { string-set: chapter content() }
h2 { string-set: section content() }

/* \0000a =   */

@page :left {
  @bottom-left {
      content:  counter(page) " \00a0 " string(chapter);
      font-family: "NotCourierSans"
 }
}


@page :right {
  @bottom-right {
      content:  string(section) " \00a0 " counter(page);
      font-family: "NotCourierSans"
  }
}

/* first page blank */
@page :first {
    @bottom-right {
        content:
    }
}

div.context {
    font-style: italic;
}

/* FOOTNOTES */
sup { vertical-align: top; font-size: 0.6em; }

/* code */
code {
    font-family: NotCourierSans ;
    font-size: 10pt;
}

/* images */
img {
    display: block;
    width: 100%;
}