Skip to content

Commit d940705

Browse files
authored
Update font (#102)
1 parent 41a1007 commit d940705

5 files changed

Lines changed: 7 additions & 11 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
3+
https://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

@@ -192,7 +192,7 @@
192192
you may not use this file except in compliance with the License.
193193
You may obtain a copy of the License at
194194

195-
http://www.apache.org/licenses/LICENSE-2.0
195+
https://www.apache.org/licenses/LICENSE-2.0
196196

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

assets/css/custom.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
/* Google Fonts */
2-
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&family=Fira+Code:wght@400;500&display=swap');
3-
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
4-
51
/* Font Family */
62
/* https://imfing.github.io/hextra/docs/advanced/customization/#font-family */
73
.content {
8-
font-family: "Google Sans";
4+
font-family: "DM Sans", sans-serif;
95
color: #2D3A2D;
106
}
117

content/blog/continuous-delivery/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ It's worth noting that when we discuss CD, it inherently includes **Continuous D
112112

113113
## References
114114

115-
[^1]: Beck, Kent, Mike Beedle, Arie van Bennekum, Alistair Cockburn, Ward Cunningham, Martin Fowler, James Grenning, Jim Highsmith, Andrew Hunt, Ron Jeffries, Jon Kern, Brian Marick, Robert C. Martin, Steve Mellor, Ken Schwaber, Jeff Sutherland, and Dave Thomas. [Manifesto for Agile Software Development](http://agilemanifesto.org/), 2001.
115+
[^1]: Beck, Kent, Mike Beedle, Arie van Bennekum, Alistair Cockburn, Ward Cunningham, Martin Fowler, James Grenning, Jim Highsmith, Andrew Hunt, Ron Jeffries, Jon Kern, Brian Marick, Robert C. Martin, Steve Mellor, Ken Schwaber, Jeff Sutherland, and Dave Thomas. [Manifesto for Agile Software Development](https://agilemanifesto.org/), 2001.
116116

117117
[^2]: Fowler, Martin. [Continuous Delivery](https://martinfowler.com/bliki/ContinuousDelivery.html?utm_source=Codeship&utm_medium=CI-Guide), 2013.
118118

119119
[^3]: Udd, Raoul. Adopting Continuous Delivery: A Case Study, 2016.
120120

121-
[^4]: Leppanen, Marko, Simo Makinen, Max Pagels, Veli-Pekka Eloranta, Juha Itkonen, Mika V. Mantyla, and Tomi Mannisto. [The highways and country roads to continuous deployment](http://ieeexplore.ieee.org/document/7057604/). IEEE Software, 32(2):64-72, 2015.
121+
[^4]: Leppanen, Marko, Simo Makinen, Max Pagels, Veli-Pekka Eloranta, Juha Itkonen, Mika V. Mantyla, and Tomi Mannisto. [The highways and country roads to continuous deployment](https://ieeexplore.ieee.org/document/7057604). IEEE Software, 32(2):64-72, 2015.
122122

123123
[^5]: Neely, Steve, and Steve Stolt. [Continuous delivery? Easy! Just change everything (well, maybe it is not that easy)](https://doi.org/10.1109/AGILE.2013.17). Proceedings - AGILE 2013, pp.121-128, 2013.
124124

content/blog/continuous-integration/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ While Duvall[^5] has extolled the virtues of Continuous Integration (CI) in his
148148
[^1]: [Continuous integration](https://www.thoughtworks.com/continuous-integration). ThoughtWorks, 2018.
149149
[^2]: Fowler, Martin. [Continuous Integration](https://martinfowler.com/articles/continuousIntegration.html). 2006.
150150
[^3]: Beck, Kent. Embrace Change with Extreme Programming. *IEEE Computer Magazine*, (c), 70-77. 1999.
151-
[^4]: Rodriguez Pilar, Markkula, Jouni, Oivo, Markku, & Turula, Kimmo. [Survey on agile and lean usage in Finnish software industry](http://dl.acm.org/citation.cfm?doid=2372251.2372275). In *Proceedings of the ACM-IEEE international symposium on Empirical software engineering and measurement - ESEM '12* (p. 139). ACM Press. DOI: 10.1145/2372251.2372275. 2012.
151+
[^4]: Rodriguez Pilar, Markkula, Jouni, Oivo, Markku, & Turula, Kimmo. [Survey on agile and lean usage in Finnish software industry](https://dl.acm.org/doi/10.1145/2372251.2372275). In *Proceedings of the ACM-IEEE international symposium on Empirical software engineering and measurement - ESEM '12* (p. 139). ACM Press. DOI: 10.1145/2372251.2372275. 2012.
152152
[^5]: Duvall, Paul M., Matyas, Steve, & Glover, Andrew. Continuous integration: improving software quality and reducing risk. Pearson Education, Inc., 2007.
153153
[^6]: Cauldwell, Patrick. Code Leader: Using people, tools and processes to build successful software. Wiley Publishing, Inc., 2008.
154154
[^7]: Humble, Jez & Farley, David. Continuous Delivery: Reliable Software Releases through Build, Test and Deployment Automation. Addison-Wesley, 2011.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<link rel="preconnect" href="https://fonts.googleapis.com">
22
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3-
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">
3+
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;1,9..40,400&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)