@import url('https://fonts.googleapis.com/css?family=Noto+Sans'); /* Sans-serif */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+Mono'); /* Monospace */

/* https://github.com/stipub/stixfonts */
@font-face {
    font-family: STIX Two Math;
    src: local('STIX Two Math'),
	 local('STIXTwoMath-Regular'),
         url('./STIXTwoMath-Regular.woff2');
	 }
@font-feature-values STIX Two Math { @styleset { roundhand: 1; } }

tt {
font-family: "Noto Sans Mono", monospace;
}

code.latex{
font-size: 110%
}

math[display="block"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

math, span.math {
    /*color: #700;*/ /* debugging */
    font-size: 110%;
    font-family: "STIX Two Math", "Noto Sans";
}

  .f7 { font-size: 70% }
  .f95 { font-size: 85% }
