<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[53286] trunk/src/wp-content/themes/twentytwentytwo: Twenty Twenty-Two: Add three style variations.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/53286">53286</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/53286","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>jffng</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2022-04-26 15:25:01 +0000 (Tue, 26 Apr 2022)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Twenty Twenty-Two: Add three style variations.

This commit adds three style variations to Twenty Twenty-Two, allowing users to quickly swap between different visual styles - "Blue", "Pink", and "Swiss" - for the default theme. The variations are previewed and selected from the Site Editor's global styles panel. 

For the implementation, each variation is defined by its own theme.json file within the "/styles" directory of the theme. All variations leverage the internal-only theme.json handler of the Webfonts API <a href="https://core.trac.wordpress.org/changeset/53282">[53282]</a> to load locally hosted fonts.

Props kjellr, hellofromtonya.
See <a href="https://core.trac.wordpress.org/ticket/55433">#55433</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpcontentthemestwentytwentytwofunctionsphp">trunk/src/wp-content/themes/twentytwentytwo/functions.php</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwopartsheaderhtml">trunk/src/wp-content/themes/twentytwentytwo/parts/header.html</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytworeadmetxt">trunk/src/wp-content/themes/twentytwentytwo/readme.txt</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwostylecss">trunk/src/wp-content/themes/twentytwentytwo/style.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwothemejson">trunk/src/wp-content/themes/twentytwentytwo/theme.json</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/</li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansBoldttf">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansBoldItalicttf">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansItalicttf">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansRegularttf">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansLICENSEtxt">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt</a></li>
<li>trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/</li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoBoldwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoBoldItalicwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoTextwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoTextItalicwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansExtraLightwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansExtraLightItalicwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansLightwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansLightItalicwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexLICENSEtxt">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt</a></li>
<li>trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/</li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsinterInterttf">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsinterLICENSEtxt">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt</a></li>
<li>trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/</li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproLICENSEmd">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableItalicotfwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableItalicttfwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableRomanotfwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableRomanttfwoff2">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2</a></li>
<li>trunk/src/wp-content/themes/twentytwentytwo/styles/</li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwostylesbluejson">trunk/src/wp-content/themes/twentytwentytwo/styles/blue.json</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwostylespinkjson">trunk/src/wp-content/themes/twentytwentytwo/styles/pink.json</a></li>
<li><a href="#trunksrcwpcontentthemestwentytwentytwostylesswissjson">trunk/src/wp-content/themes/twentytwentytwo/styles/swiss.json</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunksrcwpcontentthemestwentytwentytwoassetsfontsLICENSEmd">trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsLICENSEmd"></a>
<div class="delfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Deleted: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md       2022-04-26 15:06:32 UTC (rev 53285)
+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md 2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,93 +0,0 @@
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Copyright 2014 - 2021 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-
-This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
-
-
------------------------------------------------------------
-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
------------------------------------------------------------
-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded,
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-"Font Software" refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-"Reserved Font Name" refers to any names specified as such after the
-copyright statement(s).
-
-"Original Version" refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-"Modified Version" refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-"Author" refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION & CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-   in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-   redistributed and/or sold with any software, provided that each copy
-   contains the above copyright notice and this license. These can be
-   included either as stand-alone text files, human-readable headers or
-   in the appropriate machine-readable metadata fields within text or
-   binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-   Name(s) unless explicit written permission is granted by the corresponding
-   Copyright Holder. This restriction only applies to the primary font name as
-   presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-   Software shall not be used to promote, endorse or advertise any
-   Modified Version, except to acknowledge the contribution(s) of the
-   Copyright Holder(s) and the Author(s) or with their explicit written
-   permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-   must be distributed entirely under this license, and must not be
-   distributed under any other license. The requirement for fonts to
-   remain under this license does not apply to any document created
-   using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are
-not met.
-
-DISCLAIMER
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
-COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
</del></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansBoldttf"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf     2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf      2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansBoldItalicttf"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf       2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf        2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansItalicttf"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf   2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf    2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansDMSansRegularttf"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf  2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf   2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsdmsansLICENSEtxt"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt                              (rev 0)
+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt        2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,94 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com). Copyright 2019 Google LLC.
+Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries. Copyright 2019 Google LLC.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoBoldwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2     2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2      2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoBoldItalicwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2       2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2        2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoTextwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2     2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2      2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexMonoTextItalicwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2       2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2        2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansExtraLightwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2       2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2        2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansExtraLightItalicwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2 2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2  2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansLightwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2    2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2     2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexIBMPlexSansLightItalicwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2      2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2       2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsibmplexLICENSEtxt"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt                             (rev 0)
+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt       2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,93 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Copyright Â© 2017 IBM Corp. with Reserved Font Name "Plex"
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+
+This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded, 
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="svnexecutable"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:executable</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+*
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsinterInterttf"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf     2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf      2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontsinterLICENSEtxt"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt                                (rev 0)
+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt  2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,94 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Copyright (c) 2016-2020 The Inter Project Authors.
+"Inter" is trademark of Rasmus Andersson.
+https://github.com/rsms/inter
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION AND CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the corresponding
+Copyright Holder. This restriction only applies to the primary font name as
+presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created
+using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproLICENSEmd"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md                              (rev 0)
+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md        2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,93 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Copyright 2014 - 2021 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
+
+This Font Software is licensed under the SIL Open Font License, Version 1.1.
+
+This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
+
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font creation
+efforts of academic and linguistic communities, and to provide a free and
+open framework in which fonts may be shared and improved in partnership
+with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply
+to any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software components as
+distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to, deleting,
+or substituting -- in part or in whole -- any of the components of the
+Original Version, by changing formats or by porting the Font Software to a
+new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed, modify,
+redistribute, and sell modified and unmodified copies of the Font
+Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components,
+   in Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+   redistributed and/or sold with any software, provided that each copy
+   contains the above copyright notice and this license. These can be
+   included either as stand-alone text files, human-readable headers or
+   in the appropriate machine-readable metadata fields within text or
+   binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+   Name(s) unless explicit written permission is granted by the corresponding
+   Copyright Holder. This restriction only applies to the primary font name as
+   presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+   Software shall not be used to promote, endorse or advertise any
+   Modified Version, except to acknowledge the contribution(s) of the
+   Copyright Holder(s) and the Author(s) or with their explicit written
+   permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+   must be distributed entirely under this license, and must not be
+   distributed under any other license. The requirement for fonts to
+   remain under this license does not apply to any document created
+   using the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableItalicotfwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2      2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2       2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableItalicttfwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2      2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2       2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableRomanotfwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2       2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2        2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwoassetsfontssourceserifproSourceSerif4VariableRomanttfwoff2"></a>
<div class="binary"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx" style="display: block; padding: 0 10px">Index: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">===================================================================
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">--- trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2       2022-04-26 15:06:32 UTC (rev 53285)
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+++ trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2        2022-04-26 15:25:01 UTC (rev 53286)
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:mime-type</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+application/octet-stream
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwofunctionsphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwentytwo/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/functions.php 2022-04-26 15:06:32 UTC (rev 53285)
+++ trunk/src/wp-content/themes/twentytwentytwo/functions.php   2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -54,9 +54,6 @@
</span><span class="cx" style="display: block; padding: 0 10px">                        $version_string
</span><span class="cx" style="display: block; padding: 0 10px">                );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                // Add styles inline.
-               wp_add_inline_style( 'twentytwentytwo-style', twentytwentytwo_get_font_face_styles() );
-
</del><span class="cx" style="display: block; padding: 0 10px">                 // Enqueue theme stylesheet.
</span><span class="cx" style="display: block; padding: 0 10px">                wp_enqueue_style( 'twentytwentytwo-style' );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -66,86 +63,5 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' );
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-if ( ! function_exists( 'twentytwentytwo_editor_styles' ) ) :
-
-       /**
-        * Enqueue editor styles.
-        *
-        * @since Twenty Twenty-Two 1.0
-        *
-        * @return void
-        */
-       function twentytwentytwo_editor_styles() {
-
-               // Add styles inline.
-               wp_add_inline_style( 'wp-block-library', twentytwentytwo_get_font_face_styles() );
-
-       }
-
-endif;
-
-add_action( 'admin_init', 'twentytwentytwo_editor_styles' );
-
-
-if ( ! function_exists( 'twentytwentytwo_get_font_face_styles' ) ) :
-
-       /**
-        * Get font face styles.
-        * Called by functions twentytwentytwo_styles() and twentytwentytwo_editor_styles() above.
-        *
-        * @since Twenty Twenty-Two 1.0
-        *
-        * @return string
-        */
-       function twentytwentytwo_get_font_face_styles() {
-
-               return "
-               @font-face{
-                       font-family: 'Source Serif Pro';
-                       font-weight: 200 900;
-                       font-style: normal;
-                       font-stretch: normal;
-                       font-display: swap;
-                       src: url('" . get_theme_file_uri( 'assets/fonts/SourceSerif4Variable-Roman.ttf.woff2' ) . "') format('woff2');
-               }
-
-               @font-face{
-                       font-family: 'Source Serif Pro';
-                       font-weight: 200 900;
-                       font-style: italic;
-                       font-stretch: normal;
-                       font-display: swap;
-                       src: url('" . get_theme_file_uri( 'assets/fonts/SourceSerif4Variable-Italic.ttf.woff2' ) . "') format('woff2');
-               }
-               ";
-
-       }
-
-endif;
-
-if ( ! function_exists( 'twentytwentytwo_preload_webfonts' ) ) :
-
-       /**
-        * Preloads the main web font to improve performance.
-        *
-        * Only the main web font (font-style: normal) is preloaded here since that font is always relevant (it is used
-        * on every heading, for example). The other font is only needed if there is any applicable content in italic style,
-        * and therefore preloading it would in most cases regress performance when that font would otherwise not be loaded
-        * at all.
-        *
-        * @since Twenty Twenty-Two 1.0
-        *
-        * @return void
-        */
-       function twentytwentytwo_preload_webfonts() {
-               ?>
-               <link rel="preload" href="<?php echo esc_url( get_theme_file_uri( 'assets/fonts/SourceSerif4Variable-Roman.ttf.woff2' ) ); ?>" as="font" type="font/woff2" crossorigin>
-               <?php
-       }
-
-endif;
-
-add_action( 'wp_head', 'twentytwentytwo_preload_webfonts' );
-
</del><span class="cx" style="display: block; padding: 0 10px"> // Add block patterns
</span><span class="cx" style="display: block; padding: 0 10px"> require get_template_directory() . '/inc/block-patterns.php';
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentytwopartsheaderhtml"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwentytwo/parts/header.html</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/parts/header.html     2022-04-26 15:06:32 UTC (rev 53285)
+++ trunk/src/wp-content/themes/twentytwentytwo/parts/header.html       2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -3,7 +3,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 8rem)"><!-- wp:group {"layout":{"type":"flex"}} -->
</span><span class="cx" style="display: block; padding: 0 10px"> <div class="wp-block-group"><!-- wp:site-logo {"width":64} /-->
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-<!-- wp:site-title {"style":{"typography":{"fontStyle":"italic","fontWeight":"400"}}} /--></div>
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+<!-- wp:site-title /--></div>
</ins><span class="cx" style="display: block; padding: 0 10px"> <!-- /wp:group -->
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} -->
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentytworeadmetxt"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwentytwo/readme.txt</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/readme.txt    2022-04-26 15:06:32 UTC (rev 53285)
+++ trunk/src/wp-content/themes/twentytwentytwo/readme.txt      2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1,9 +1,9 @@
</span><span class="cx" style="display: block; padding: 0 10px"> === Twenty Twenty-Two ===
</span><span class="cx" style="display: block; padding: 0 10px"> Contributors: wordpressdotorg
</span><span class="cx" style="display: block; padding: 0 10px"> Requires at least: 5.9
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Tested up to: 5.9
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 6.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Requires PHP: 5.6
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Stable tag: 1.1
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Stable tag: 1.2
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GPLv2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -17,6 +17,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> == Changelog ==
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+= 1.2 =
+* Released: May 24, 2022
+
+https://wordpress.org/support/article/twenty-twenty-two-changelog#Version_1.2
+
</ins><span class="cx" style="display: block; padding: 0 10px"> = 1.1 =
</span><span class="cx" style="display: block; padding: 0 10px"> * Released: February 22, 2022
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -44,6 +49,23 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> This theme bundles the following third-party resources:
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+DM Sans Font
+Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com)
+Copyright 2019 Google LLC
+Copyright 2014-2018 Adobe (http://www.adobe.com/)
+License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
+Source: https://github.com/googlefonts/dm-fonts
+
+IBM Plex Font
+Copyright 2017 IBM Corp.
+License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
+Source: https://github.com/IBM/plex
+
+Inter Font
+Copyright (c) 2016-2020 The Inter Project Authors.
+License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
+Source: https://github.com/rsms/inter
+
</ins><span class="cx" style="display: block; padding: 0 10px"> Source Serif Font
</span><span class="cx" style="display: block; padding: 0 10px"> Copyright 2014-2021 Adobe (http://www.adobe.com/)
</span><span class="cx" style="display: block; padding: 0 10px"> License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentytwostylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwentytwo/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/style.css     2022-04-26 15:06:32 UTC (rev 53285)
+++ trunk/src/wp-content/themes/twentytwentytwo/style.css       2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -5,9 +5,9 @@
</span><span class="cx" style="display: block; padding: 0 10px"> Author URI: https://wordpress.org/
</span><span class="cx" style="display: block; padding: 0 10px"> Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Full Site Editing features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that
  is uniquely yours.
</span><span class="cx" style="display: block; padding: 0 10px"> Requires at least: 5.9
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Tested up to: 5.9
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Tested up to: 6.0
</ins><span class="cx" style="display: block; padding: 0 10px"> Requires PHP: 5.6
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-Version: 1.1
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+Version: 1.2
</ins><span class="cx" style="display: block; padding: 0 10px"> License: GNU General Public License v2 or later
</span><span class="cx" style="display: block; padding: 0 10px"> License URI: http://www.gnu.org/licenses/gpl-2.0.html
</span><span class="cx" style="display: block; padding: 0 10px"> Text Domain: twentytwentytwo
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentytwentytwostylesbluejson"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/styles/blue.json</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/styles/blue.json                              (rev 0)
+++ trunk/src/wp-content/themes/twentytwentytwo/styles/blue.json        2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,146 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+{
+       "version": 2,
+       "title": "Blue",
+       "settings": {
+               "color": {
+                       "palette": [
+                               {
+                                       "slug": "foreground",
+                                       "color": "#FCF5ED",
+                                       "name": "Foreground"
+                               },
+                               {
+                                       "slug": "background",
+                                       "color": "#3F67C6",
+                                       "name": "Background"
+                               },
+                               {
+                                       "slug": "primary",
+                                       "color": "#FFFFFF",
+                                       "name": "Primary"
+                               },
+                               {
+                                       "slug": "secondary",
+                                       "color": "#3556A5",
+                                       "name": "Secondary"
+                               },
+                               {
+                                       "slug": "tertiary",
+                                       "color": "#374C80",
+                                       "name": "Tertiary"
+                               }
+                       ]
+               },
+               "custom": {
+                       "spacing": {
+                               "small": "max(1rem, 4vw)",
+                               "medium": "clamp(1rem, 8vw, calc(2 * var(--wp--style--block-gap)))",
+                               "large": "clamp(2rem, 10vw, 6rem)",
+                               "outer": "var(--wp--custom--spacing--small, 1rem)"
+                       },
+                       "typography": {
+                               "font-size": {
+                                       "huge": "clamp(2rem, 4vw, 2.25rem)",
+                                       "gigantic": "clamp(2.25rem, 6vw, 2.75rem)",
+                                       "colossal": "clamp(2.75rem, 10vw, 5rem)"
+                               }
+                       }
+               },
+               "layout": {
+                       "contentSize": "660px",
+                       "wideSize": "1220px"
+               },
+               "typography": {
+                       "fontFamilies": [
+                               {
+                                       "fontFamily": "\"DM Sans\", sans-serif",
+                                       "name": "DM Sans",
+                                       "slug": "dm-sans",
+                                       "fontFace": [
+                                               {
+                                                       "fontFamily": "DM Sans",
+                                                       "fontWeight": "400",
+                                                       "fontStyle": "normal",
+                                                       "src": [ "file:./assets/fonts/dm-sans/DMSans-Regular.ttf" ]
+                                               },
+                                               {
+                                                       "fontFamily": "DM Sans",
+                                                       "fontWeight": "400",
+                                                       "fontStyle": "italic",
+                                                       "src": [ "file:./assets/fonts/dm-sans/DMSans-Italic.ttf" ]
+                                               },
+                                               {
+                                                       "fontFamily": "DM Sans",
+                                                       "fontWeight": "700",
+                                                       "fontStyle": "normal",
+                                                       "src": [ "file:./assets/fonts/dm-sans/DMSans-Bold.ttf" ]
+                                               },
+                                               {
+                                                       "fontFamily": "DM Sans",
+                                                       "fontWeight": "700",
+                                                       "fontStyle": "italic",
+                                                       "src": [ "file:./assets/fonts/dm-sans/DMSans-BoldItalic.ttf" ]
+                                               }
+                                       ]
+                               }
+                       ]
+               }
+       },
+       "styles": {
+               "blocks": {
+                       "core/post-title": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--dm-sans)",
+                                       "fontSize": "var(--wp--custom--typography--font-size--colossal)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "core/site-title": {
+                               "typography": {
+                                       "fontStyle":"normal"
+                               }
+                       }
+               },
+               "elements": {
+                       "h1": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--dm-sans)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h2": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--dm-sans)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h3": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--dm-sans)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h4": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--dm-sans)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h5": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--dm-sans)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h6": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--dm-sans)",
+                                       "fontWeight": "700"
+                               }
+                       }
+               },
+               "typography": {
+                       "fontFamily": "var(--wp--preset--font-family--dm-sans)"
+               }
+       }
+}
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/styles/blue.json
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwostylespinkjson"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/styles/pink.json</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/styles/pink.json                              (rev 0)
+++ trunk/src/wp-content/themes/twentytwentytwo/styles/pink.json        2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,215 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+{
+       "version": 2,
+       "title": "Pink",
+       "settings": {
+               "color": {
+                       "palette": [
+                               {
+                                       "slug": "foreground",
+                                       "color": "#CA2315",
+                                       "name": "Foreground"
+                               },
+                               {
+                                       "slug": "background",
+                                       "color": "#FFF6F6",
+                                       "name": "Background"
+                               },
+                               {
+                                       "slug": "primary",
+                                       "color": "#000000",
+                                       "name": "Primary"
+                               },
+                               {
+                                       "slug": "secondary",
+                                       "color": "#FFFFFF",
+                                       "name": "Secondary"
+                               },
+                               {
+                                       "slug": "tertiary",
+                                       "color": "#F5F5F5",
+                                       "name": "Tertiary"
+                               }
+                       ]
+               },
+               "custom": {
+                       "spacing": {
+                               "small": "max(0.75rem, 4vw)",
+                               "medium": "clamp(1.75rem, 6vw, calc(1.5 * var(--wp--style--block-gap)))",
+                               "large": "clamp(3rem, 8vw, 5rem)",
+                               "outer": "var(--wp--custom--spacing--small, 0.75rem)"
+                       },
+                       "typography": {
+                               "font-size": {
+                                       "huge": "clamp(2rem, 4vw, 2.25rem)",
+                                       "gigantic": "clamp(2.25rem, 6vw, 2.75rem)",
+                                       "colossal": "clamp(2.75rem, 8vw, 3.25rem)"
+                               }
+                       },
+                       "line-height": {
+                               "normal": 1.7
+                       }
+               },
+               "typography": {
+                       "fontFamilies": [
+                               {
+                                       "fontFamily": "\"IBM Plex Sans\", sans-serif",
+                                       "name": "IBM Plex Sans",
+                                       "slug": "ibm-plex-sans",
+                                       "fontFace": [
+                                               {
+                                                       "fontFamily": "IBM Plex Sans",
+                                                       "fontWeight": "400",
+                                                       "fontStyle": "normal",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-Light.woff2" ]
+                                               },
+                                               {
+                                                       "fontFamily": "IBM Plex Sans",
+                                                       "fontWeight": "400",
+                                                       "fontStyle": "italic",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2" ]
+                                               },
+                                               {
+                                                       "fontFamily": "IBM Plex Sans",
+                                                       "fontWeight": "200",
+                                                       "fontStyle": "normal",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2" ]
+                                               },
+                                               {
+                                                       "fontFamily": "IBM Plex Sans",
+                                                       "fontWeight": "200",
+                                                       "fontStyle": "italic",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2" ]
+                                               }
+                                       ]
+                               },
+                               {
+                                       "fontFamily": "\"IBM Plex Mono\", monospace",
+                                       "name": "IBM Plex Mono",
+                                       "slug": "ibm-plex-mono",
+                                       "fontFace": [
+                                               {
+                                                       "fontFamily": "IBM Plex Mono",
+                                                       "fontWeight": "400",
+                                                       "fontStyle": "normal",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexMono-Text.woff2" ]
+                                               },
+                                               {
+                                                       "fontFamily": "IBM Plex Mono",
+                                                       "fontWeight": "400",
+                                                       "fontStyle": "italic",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2" ]
+                                               },
+                                               {
+                                                       "fontFamily": "IBM Plex Mono",
+                                                       "fontWeight": "700",
+                                                       "fontStyle": "normal",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2" ]
+                                               },
+                                               {
+                                                       "fontFamily": "IBM Plex Mono",
+                                                       "fontWeight": "700",
+                                                       "fontStyle": "italic",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/ibm-plex/IBMPlexSans-BoldItalic.woff2" ]
+                                               }
+                                       ]
+                               }
+                       ],
+                       "fontSizes": [
+                               {
+                                       "size": "0.875rem",
+                                       "slug": "small"
+                               },
+                               {
+                                       "size": "1rem",
+                                       "slug": "medium"
+                               },
+                               {
+                                       "size": "1.25rem",
+                                       "slug": "large"
+                               },
+                               {
+                                       "size": "clamp(1.5rem, 3vw, 2rem)",
+                                       "slug": "x-large"
+                               }
+                       ]
+               },
+               "layout": {
+                       "contentSize": "600px",
+                       "wideSize": "780px"
+               }
+       },
+       "styles": {
+               "blocks": {
+                       "core/post-title": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontWeight": "400"
+                               }
+                       },
+                       "core/site-title": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontStyle": "normal",
+                                       "textTransform": "uppercase"
+                               }
+                       },
+                       "core/query-title": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)"
+                               }
+                       }
+               },
+               "elements": {
+                       "h1": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontWeight": "200"
+                               }
+                       },
+                       "h2": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontWeight": "400"
+                               }
+                       },
+                       "h3": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontWeight": "400"
+                               }
+                       },
+                       "h4": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontWeight": "400"
+                               }
+                       },
+                       "h5": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontWeight": "400"
+                               }
+                       },
+                       "h6": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-sans)",
+                                       "fontWeight": "400"
+                               }
+                       }
+               },
+               "spacing": {
+                       "blockGap": "2rem"
+               },
+               "typography": {
+                       "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)"
+               }
+       }
+}
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/styles/pink.json
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwostylesswissjson"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: trunk/src/wp-content/themes/twentytwentytwo/styles/swiss.json</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/styles/swiss.json                             (rev 0)
+++ trunk/src/wp-content/themes/twentytwentytwo/styles/swiss.json       2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -0,0 +1,167 @@
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+{
+       "version": 2,
+       "title": "Swiss",
+       "settings": {
+               "color": {
+                       "duotone": [
+                               {
+                                       "colors": [
+                                               "#000000",
+                                               "#FFFFFF"
+                                       ],
+                                       "slug": "default-filter",
+                                       "name": "Default filter"
+                               }
+                       ],
+                       "palette": [
+                               {
+                                       "slug": "foreground",
+                                       "color": "#FFFFFF",
+                                       "name": "Foreground"
+                               },
+                               {
+                                       "slug": "background",
+                                       "color": "#1A1A1A",
+                                       "name": "Background"
+                               },
+                               {
+                                       "slug": "primary",
+                                       "color": "#FF7179",
+                                       "name": "Primary"
+                               },
+                               {
+                                       "slug": "secondary",
+                                       "color": "#F4F4F2",
+                                       "name": "Secondary"
+                               },
+                               {
+                                       "slug": "tertiary",
+                                       "color": "#0000000",
+                                       "name": "Tertiary"
+                               }
+                       ]
+               },
+               "custom": {
+                       "spacing": {
+                               "small": "max(1.25rem, 5vw)",
+                               "medium": "clamp(1.75rem, 6vw, calc(3 * var(--wp--style--block-gap)))",
+                               "large": "clamp(3.5rem, 8vw, 6rem)",
+                               "outer": "var(--wp--custom--spacing--small, 1.25rem)"
+                       },
+                       "typography": {
+                               "font-size": {
+                                       "colossal": "clamp(3.5rem, 8vw, 5rem)"
+                               }
+                       }
+               },
+               "typography": {
+                       "fontFamilies": [
+                               {
+                                       "fontFamily": "\"Inter\", sans-serif",
+                                       "name": "Inter",
+                                       "slug": "inter",
+                                       "fontFace": [
+                                               {
+                                                       "fontFamily": "Inter",
+                                                       "fontWeight": "200 900",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/inter/Inter.ttf" ]
+                                               }
+                                       ]
+                               }
+                       ]
+               }
+       },
+       "styles": {
+               "blocks": {
+                       "core/cover": {
+                               "filter": {
+                                       "duotone": "var(--wp--preset--duotone--default-filter)"
+                               }
+                       },
+                       "core/image": {
+                               "filter": {
+                                       "duotone": "var(--wp--preset--duotone--default-filter)"
+                               }
+                       },
+                       "core/post-author": {
+                               "filter": {
+                                       "duotone": "var(--wp--preset--duotone--default-filter)"
+                               }
+                       },
+                       "core/post-featured-image": {
+                               "filter": {
+                                       "duotone": "var(--wp--preset--duotone--default-filter)"
+                               }
+                       },
+                       "core/post-title": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "core/query-title": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)"
+                               }
+                       },
+                       "core/site-logo": {
+                               "filter": {
+                                       "duotone": "var(--wp--preset--duotone--default-filter)"
+                               }
+                       },
+                       "core/site-title": {
+                               "typography": {
+                                       "fontWeight": "700",
+                                       "fontStyle":"normal"
+                               }
+                       }
+               },
+               "elements": {
+                       "h1": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h2": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h3": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h4": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h5": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "h6": {
+                               "typography": {
+                                       "fontFamily": "var(--wp--preset--font-family--inter)",
+                                       "fontWeight": "700"
+                               }
+                       },
+                       "link": {
+                               "color": {
+                                       "text": "var(--wp--preset--color--primary)"
+                               }
+                       }
+               },
+               "typography": {
+                       "fontFamily": "var(--wp--preset--font-family--inter)"
+               }
+       }
+}
</ins><span class="cx" style="display: block; padding: 0 10px">Property changes on: trunk/src/wp-content/themes/twentytwentytwo/styles/swiss.json
</span><span class="cx" style="display: block; padding: 0 10px">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Added: svn:eol-style</h4></div>
<ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+native
</ins><span class="cx" style="display: block; padding: 0 10px">\ No newline at end of property
</span><a id="trunksrcwpcontentthemestwentytwentytwothemejson"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentytwentytwo/theme.json</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentytwentytwo/theme.json    2022-04-26 15:06:32 UTC (rev 53285)
+++ trunk/src/wp-content/themes/twentytwentytwo/theme.json      2022-04-26 15:25:01 UTC (rev 53286)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -178,7 +178,23 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                {
</span><span class="cx" style="display: block; padding: 0 10px">                                        "fontFamily": "\"Source Serif Pro\", serif",
</span><span class="cx" style="display: block; padding: 0 10px">                                        "name": "Source Serif Pro",
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-                                        "slug": "source-serif-pro"
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                 "slug": "source-serif-pro",
+                                       "fontFace": [
+                                               {
+                                                       "fontFamily": "Source Serif Pro",
+                                                       "fontWeight": "200 900",
+                                                       "fontStyle": "normal",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2" ]
+                                               },
+                                               {
+                                                       "fontFamily": "Source Serif Pro",
+                                                       "fontWeight": "200 900",
+                                                       "fontStyle": "italic",
+                                                       "fontStretch": "normal",
+                                                       "src": [ "file:./assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2" ]
+                                               }
+                                       ]
</ins><span class="cx" style="display: block; padding: 0 10px">                                 }
</span><span class="cx" style="display: block; padding: 0 10px">                        ],
</span><span class="cx" style="display: block; padding: 0 10px">                        "fontSizes": [
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -257,6 +273,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">                                        "fontFamily": "var(--wp--preset--font-family--system-font)",
</span><span class="cx" style="display: block; padding: 0 10px">                                        "lineHeight": "var(--wp--custom--typography--line-height--normal)",
</span><span class="cx" style="display: block; padding: 0 10px">                                        "fontSize": "var(--wp--preset--font-size--medium)",
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+                                        "fontStyle": "italic",
</ins><span class="cx" style="display: block; padding: 0 10px">                                         "fontWeight": "normal"
</span><span class="cx" style="display: block; padding: 0 10px">                                }
</span><span class="cx" style="display: block; padding: 0 10px">                        }
</span></span></pre>
</div>
</div>

</body>
</html>