local fonts
This commit is contained in:
parent
7a36f12cb8
commit
ac14576ae8
|
@ -12,6 +12,7 @@ Welcome to **Infusion**: a pattern library builder for inclusive designers. Thes
|
||||||
* Easily make sections collapsible without writing HTML
|
* Easily make sections collapsible without writing HTML
|
||||||
* Choose between plain or line-numbered code blocks
|
* Choose between plain or line-numbered code blocks
|
||||||
* A responsive, screen reader and keyboard accessible static website as output
|
* A responsive, screen reader and keyboard accessible static website as output
|
||||||
|
* Available to read offline, thanks to service worker integration
|
||||||
{{% /ticks %}}
|
{{% /ticks %}}
|
||||||
|
|
||||||
To get started, take a look at {{% pattern "Installation" %}}.
|
To get started, take a look at {{% pattern "Installation" %}}.
|
||||||
|
|
BIN
docs/css/fonts/miriamlibre-bold.woff
Executable file
BIN
docs/css/fonts/miriamlibre-bold.woff
Executable file
Binary file not shown.
BIN
docs/css/fonts/miriamlibre-bold.woff2
Executable file
BIN
docs/css/fonts/miriamlibre-bold.woff2
Executable file
Binary file not shown.
BIN
docs/css/fonts/pt_sans-web-bold.woff
Executable file
BIN
docs/css/fonts/pt_sans-web-bold.woff
Executable file
Binary file not shown.
BIN
docs/css/fonts/pt_sans-web-bold.woff2
Executable file
BIN
docs/css/fonts/pt_sans-web-bold.woff2
Executable file
Binary file not shown.
BIN
docs/css/fonts/pt_sans-web-italic.woff
Executable file
BIN
docs/css/fonts/pt_sans-web-italic.woff
Executable file
Binary file not shown.
BIN
docs/css/fonts/pt_sans-web-italic.woff2
Executable file
BIN
docs/css/fonts/pt_sans-web-italic.woff2
Executable file
Binary file not shown.
BIN
docs/css/fonts/pt_sans-web-regular.woff
Executable file
BIN
docs/css/fonts/pt_sans-web-regular.woff
Executable file
Binary file not shown.
BIN
docs/css/fonts/pt_sans-web-regular.woff2
Executable file
BIN
docs/css/fonts/pt_sans-web-regular.woff2
Executable file
Binary file not shown.
|
@ -1,3 +1,37 @@
|
||||||
|
/* fonts */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'PT Sans';
|
||||||
|
src: url('fonts/pt_sans-web-bold.woff2') format('woff2'),
|
||||||
|
url('fonts/pt_sans-web-bold.woff') format('woff');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'PT Sans';
|
||||||
|
src: url('fonts/pt_sans-web-italic.woff2') format('woff2'),
|
||||||
|
url('fonts/pt_sans-web-italic.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'PT Sans';
|
||||||
|
src: url('fonts/pt_sans-web-regular.woff2') format('woff2'),
|
||||||
|
url('fonts/pt_sans-web-regular.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Miriam Libre';
|
||||||
|
src: url('fonts/miriamlibre-bold.woff2') format('woff2'),
|
||||||
|
url('fonts/miriamlibre-bold.woff') format('woff');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
*, *::before, *::after {
|
*, *::before, *::after {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
@ -237,6 +235,7 @@
|
||||||
<li>Easily make sections collapsible without writing HTML</li>
|
<li>Easily make sections collapsible without writing HTML</li>
|
||||||
<li>Choose between plain or line-numbered code blocks</li>
|
<li>Choose between plain or line-numbered code blocks</li>
|
||||||
<li>A responsive, screen reader and keyboard accessible static website as output</li>
|
<li>A responsive, screen reader and keyboard accessible static website as output</li>
|
||||||
|
<li>Available to read offline, thanks to service worker integration</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
<link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
<link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,8 +22,6 @@
|
||||||
<meta name="msapplication-TileColor" content="#ffffff">
|
<meta name="msapplication-TileColor" content="#ffffff">
|
||||||
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<link href="https://fonts.googleapis.com/css?family=Miriam+Libre:700" rel="stylesheet">
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/prism.css" />
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/prism.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/styles.css">
|
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/styles.css">
|
||||||
<title>
|
<title>
|
||||||
|
|
BIN
themes/infusion/static/css/fonts/miriamlibre-bold.woff
Executable file
BIN
themes/infusion/static/css/fonts/miriamlibre-bold.woff
Executable file
Binary file not shown.
BIN
themes/infusion/static/css/fonts/miriamlibre-bold.woff2
Executable file
BIN
themes/infusion/static/css/fonts/miriamlibre-bold.woff2
Executable file
Binary file not shown.
BIN
themes/infusion/static/css/fonts/pt_sans-web-bold.woff
Executable file
BIN
themes/infusion/static/css/fonts/pt_sans-web-bold.woff
Executable file
Binary file not shown.
BIN
themes/infusion/static/css/fonts/pt_sans-web-bold.woff2
Executable file
BIN
themes/infusion/static/css/fonts/pt_sans-web-bold.woff2
Executable file
Binary file not shown.
BIN
themes/infusion/static/css/fonts/pt_sans-web-italic.woff
Executable file
BIN
themes/infusion/static/css/fonts/pt_sans-web-italic.woff
Executable file
Binary file not shown.
BIN
themes/infusion/static/css/fonts/pt_sans-web-italic.woff2
Executable file
BIN
themes/infusion/static/css/fonts/pt_sans-web-italic.woff2
Executable file
Binary file not shown.
BIN
themes/infusion/static/css/fonts/pt_sans-web-regular.woff
Executable file
BIN
themes/infusion/static/css/fonts/pt_sans-web-regular.woff
Executable file
Binary file not shown.
BIN
themes/infusion/static/css/fonts/pt_sans-web-regular.woff2
Executable file
BIN
themes/infusion/static/css/fonts/pt_sans-web-regular.woff2
Executable file
Binary file not shown.
|
@ -1,3 +1,37 @@
|
||||||
|
/* fonts */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'PT Sans';
|
||||||
|
src: url('fonts/pt_sans-web-bold.woff2') format('woff2'),
|
||||||
|
url('fonts/pt_sans-web-bold.woff') format('woff');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'PT Sans';
|
||||||
|
src: url('fonts/pt_sans-web-italic.woff2') format('woff2'),
|
||||||
|
url('fonts/pt_sans-web-italic.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'PT Sans';
|
||||||
|
src: url('fonts/pt_sans-web-regular.woff2') format('woff2'),
|
||||||
|
url('fonts/pt_sans-web-regular.woff') format('woff');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Miriam Libre';
|
||||||
|
src: url('fonts/miriamlibre-bold.woff2') format('woff2'),
|
||||||
|
url('fonts/miriamlibre-bold.woff') format('woff');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
*, *::before, *::after {
|
*, *::before, *::after {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user