Home.md
... ...
@@ -32,7 +32,7 @@ see us cover, or just any random pattern-related chat.
32 32
## A Pattern Language
33 33
34 34
The patterns in this wiki together form [A Pattern Language](PatternLanguage),
35
-we recommend starting here to understand what we mean exactly when we say
35
+we recommend starting [there](PatternLanguage) to understand what we mean exactly when we say
36 36
"Pattern" or "Pattern Language".
37 37
38 38
Patterns exist to resolve tensions, so any exploration of a pattern must start
custom.css
... ...
@@ -1,4 +1,4 @@
1
-@import url("//fonts.googleapis.com/css?family=Raleway:700");
1
+@import url("fonts/fonts.css");
2 2
3 3
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
4 4
... ...
@@ -34,7 +34,7 @@ template {
34 34
}
35 35
36 36
html {
37
- font-family: sans-serif;
37
+ font-family: B612, sans-serif;
38 38
-webkit-text-size-adjust: 100%;
39 39
-ms-text-size-adjust: 100%;
40 40
}
... ...
@@ -299,7 +299,7 @@ html {
299 299
}
300 300
301 301
body {
302
- font-family: Georgia, "Times New Roman", Times, serif;
302
+ font-family: B612, sans-serif;
303 303
font-size: 16px;
304 304
line-height: 1.428571429;
305 305
color: #333333;
fonts/B612-bold.woff2
... ...
Binary files /dev/null and b/fonts/B612-bold.woff2 differ
fonts/B612-italic.woff2
... ...
Binary files /dev/null and b/fonts/B612-italic.woff2 differ
fonts/B612-italicBold.woff2
... ...
Binary files /dev/null and b/fonts/B612-italicBold.woff2 differ
fonts/B612-regular.woff2
... ...
Binary files /dev/null and b/fonts/B612-regular.woff2 differ
fonts/Raleway.ttf
... ...
Binary files /dev/null and b/fonts/Raleway.ttf differ
fonts/fonts.css
... ...
@@ -0,0 +1,40 @@
1
+/* B612 */
2
+@font-face {
3
+ font-family: 'B612';
4
+ font-style: italic;
5
+ font-weight: 400;
6
+ font-display: swap;
7
+ src: url(B612-italic.woff2) format('woff2');
8
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
9
+}
10
+@font-face {
11
+ font-family: 'B612';
12
+ font-style: italic;
13
+ font-weight: 700;
14
+ font-display: swap;
15
+ src: url(B612-italicBold.woff2) format('woff2');
16
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
17
+}
18
+@font-face {
19
+ font-family: 'B612';
20
+ font-style: normal;
21
+ font-weight: 400;
22
+ font-display: swap;
23
+ src: url(B612-regular.woff2) format('woff2');
24
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
25
+}
26
+@font-face {
27
+ font-family: 'B612';
28
+ font-style: normal;
29
+ font-weight: 700;
30
+ font-display: swap;
31
+ src: url(B612-bold.woff2) format('woff2');
32
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
33
+}
34
+/*Raleway*/
35
+@font-face {
36
+ font-family: 'Raleway';
37
+ font-style: normal;
38
+ font-weight: 700;
39
+ src: url(Raleway.ttf) format('truetype');
40
+}