summaryrefslogtreecommitdiffstats
path: root/web/input/resources/plugins.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/input/resources/plugins.css')
-rw-r--r--web/input/resources/plugins.css34
1 files changed, 17 insertions, 17 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css
index 933d00d..ec0b85c 100644
--- a/web/input/resources/plugins.css
+++ b/web/input/resources/plugins.css
@@ -52,44 +52,44 @@
52 url('fonts/bitter-v32-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 52 url('fonts/bitter-v32-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
53} 53}
54 54
55/* source-sans-3-regular - latin */ 55/* source-sans-pro-regular - latin */
56@font-face { 56@font-face {
57 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ 57 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
58 font-family: 'Source Sans 3'; 58 font-family: 'Source Sans Pro';
59 font-style: normal; 59 font-style: normal;
60 font-weight: 400; 60 font-weight: 400;
61 src: url('fonts/source-sans-3-v8-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ 61 src: url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
62 url('fonts/source-sans-3-v8-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 62 url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63} 63}
64 64
65/* source-sans-3-italic - latin */ 65/* source-sans-pro-italic - latin */
66@font-face { 66@font-face {
67 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ 67 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
68 font-family: 'Source Sans 3'; 68 font-family: 'Source Sans Pro';
69 font-style: italic; 69 font-style: italic;
70 font-weight: 400; 70 font-weight: 400;
71 src: url('fonts/source-sans-3-v8-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ 71 src: url('fonts/source-sans-pro-v21-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
72 url('fonts/source-sans-3-v8-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 72 url('fonts/source-sans-pro-v21-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
73} 73}
74 74
75/* source-sans-3-700 - latin */ 75/* source-sans-pro-700 - latin */
76@font-face { 76@font-face {
77 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ 77 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
78 font-family: 'Source Sans 3'; 78 font-family: 'Source Sans Pro';
79 font-style: normal; 79 font-style: normal;
80 font-weight: 700; 80 font-weight: 700;
81 src: url('fonts/source-sans-3-v8-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ 81 src: url('fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
82 url('fonts/source-sans-3-v8-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 82 url('fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
83} 83}
84 84
85/* source-sans-3-700italic - latin */ 85/* source-sans-pro-700italic - latin */
86@font-face { 86@font-face {
87 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ 87 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
88 font-family: 'Source Sans 3'; 88 font-family: 'Source Sans Pro';
89 font-style: italic; 89 font-style: italic;
90 font-weight: 700; 90 font-weight: 700;
91 src: url('fonts/source-sans-3-v8-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */ 91 src: url('fonts/source-sans-pro-v21-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
92 url('fonts/source-sans-3-v8-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ 92 url('fonts/source-sans-pro-v21-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
93} 93}
94 94
95/* source-code-pro-regular - latin */ 95/* source-code-pro-regular - latin */
@@ -133,7 +133,7 @@
133} 133}
134 134
135body { 135body {
136 font-family: "Source Sans 3", sans-serif; 136 font-family: "Source Sans Pro", sans-serif;
137 text-rendering: optimizeLegibility; 137 text-rendering: optimizeLegibility;
138} 138}
139 139