Difference between revisions of "Template:Berlin diagnostX"

Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
/* Fonts */
 +
@font-face {
 +
  font-family: 'Muli';
 +
  font-style: italic;
 +
  font-weight: 400;
 +
  src: local('Muli Italic'), local('Muli-Italic'), url(https://fonts.gstatic.com/s/muli/v11/RGzT9VzvdKojoeSA3nPC6Q.woff2) format('woff2');
 +
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
 +
}
 +
 +
/* latin */
 +
@font-face {
 +
  font-family: 'Muli';
 +
  font-style: normal;
 +
  font-weight: 400;
 +
  src: local('Muli Regular'), local('Muli-Regular'), url(https://fonts.gstatic.com/s/muli/v11/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2');
 +
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
 +
}
 +
/* latin */
 +
@font-face {
 +
  font-family: 'Muli';
 +
  font-style: normal;
 +
  font-weight: 700;
 +
  src: local('Muli Bold'), local('Muli-Bold'), url(https://fonts.gstatic.com/s/muli/v11/WQIsflEaABH2ETkzZKPChw.woff2) format('woff2');
 +
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
 +
}
 +
 +
 
/*!
 
/*!
 
  * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 
  * Bootstrap v4.0.0-beta (https://getbootstrap.com)
Line 67: Line 94:
 
html {
 
html {
 
   box-sizing: border-box;
 
   box-sizing: border-box;
   font-family: sans-serif;
+
   font-family: "Muli", sans-serif;
 
   line-height: 1.15;
 
   line-height: 1.15;
 
   -webkit-text-size-adjust: 100%;
 
   -webkit-text-size-adjust: 100%;
Line 91: Line 118:
 
body {
 
body {
 
   margin: 0;
 
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+
   font-family: "Muli", sans-serif;
 
   font-size: 1rem;
 
   font-size: 1rem;
 
   font-weight: normal;
 
   font-weight: normal;
Line 4,726: Line 4,753:
 
   display: block;
 
   display: block;
 
   margin: 0;
 
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
+
   font-family: "Muli", sans-serif;
 
   font-style: normal;
 
   font-style: normal;
 
   font-weight: normal;
 
   font-weight: normal;

Revision as of 14:40, 25 October 2017