From 76e17abdc3c6d193cf3321e42572ee911e95c26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20Thei=C3=9Fen?= Date: Wed, 28 Aug 2024 11:00:45 +0200 Subject: [PATCH] Use Computer Modern monospaced font only in Data Aggregation spec --- docs/odata-csdl-json/odata-csdl-json.html | 2 +- docs/odata-csdl-json/odata-csdl-json.md | 2 +- docs/odata-csdl-json/styles/monospace.css | 13 +++++++++++++ docs/odata-csdl-json/styles/odata.css | 14 -------------- docs/odata-csdl-xml/odata-csdl-xml.html | 2 +- docs/odata-csdl-xml/odata-csdl-xml.md | 2 +- docs/odata-csdl-xml/styles/monospace.css | 13 +++++++++++++ docs/odata-csdl-xml/styles/odata.css | 14 -------------- .../odata-data-aggregation-ext.html | 1 + .../styles/monospace.css | 13 +++++++++++++ docs/odata-data-aggregation-ext/styles/odata.css | 14 -------------- docs/odata-json-format/odata-json-format.html | 2 +- docs/odata-json-format/odata-json-format.md | 2 +- docs/odata-json-format/styles/monospace.css | 13 +++++++++++++ docs/odata-json-format/styles/odata.css | 14 -------------- docs/odata-protocol/odata-protocol.html | 2 +- docs/odata-protocol/odata-protocol.md | 2 +- docs/odata-protocol/styles/monospace.css | 13 +++++++++++++ docs/odata-protocol/styles/odata.css | 14 -------------- docs/odata-temporal-ext/odata-temporal-ext.html | 2 +- docs/odata-temporal-ext/odata-temporal-ext.md | 2 +- docs/odata-temporal-ext/styles/monospace.css | 13 +++++++++++++ docs/odata-temporal-ext/styles/odata.css | 14 -------------- .../odata-url-conventions.html | 2 +- .../odata-url-conventions/odata-url-conventions.md | 2 +- docs/odata-url-conventions/styles/monospace.css | 13 +++++++++++++ docs/odata-url-conventions/styles/odata.css | 14 -------------- odata-csdl/1 Introduction.md | 2 +- odata-data-aggregation-ext/meta.yaml | 2 ++ odata-json-format/1 Introduction.md | 2 +- odata-protocol/1 Introduction.md | 2 +- odata-temporal-ext/1 Introduction.md | 2 +- odata-url-conventions/1 Introduction.md | 2 +- styles/monospace.css | 13 +++++++++++++ styles/odata.css | 14 -------------- 35 files changed, 124 insertions(+), 129 deletions(-) create mode 100644 docs/odata-csdl-json/styles/monospace.css create mode 100644 docs/odata-csdl-xml/styles/monospace.css create mode 100644 docs/odata-data-aggregation-ext/styles/monospace.css create mode 100644 docs/odata-json-format/styles/monospace.css create mode 100644 docs/odata-protocol/styles/monospace.css create mode 100644 docs/odata-temporal-ext/styles/monospace.css create mode 100644 docs/odata-url-conventions/styles/monospace.css create mode 100644 styles/monospace.css diff --git a/docs/odata-csdl-json/odata-csdl-json.html b/docs/odata-csdl-json/odata-csdl-json.html index 42b678d0e..82ef3b238 100644 --- a/docs/odata-csdl-json/odata-csdl-json.html +++ b/docs/odata-csdl-json/odata-csdl-json.html @@ -462,7 +462,7 @@

1.2.3 Document Conventions

-

Keywords defined by this specification use this monospaced font.

+

Keywords defined by this specification use this monospaced font.

Some sections of this specification are illustrated with non-normative examples.

Example 1: text describing an example uses this paragraph style

diff --git a/docs/odata-csdl-json/odata-csdl-json.md b/docs/odata-csdl-json/odata-csdl-json.md index 2f5195465..6a782123f 100644 --- a/docs/odata-csdl-json/odata-csdl-json.md +++ b/docs/odata-csdl-json/odata-csdl-json.md @@ -283,7 +283,7 @@ Section | Feature / Change | Issue ### 1.2.3 Document Conventions -Keywords defined by this specification use `this monospaced font`. +Keywords defined by this specification use `this monospaced font`. Some sections of this specification are illustrated with non-normative examples. diff --git a/docs/odata-csdl-json/styles/monospace.css b/docs/odata-csdl-json/styles/monospace.css new file mode 100644 index 000000000..1f81b0f97 --- /dev/null +++ b/docs/odata-csdl-json/styles/monospace.css @@ -0,0 +1,13 @@ +p code, +li code, +h1 code, +h2 code, +h3 code, +h4 code, +h5 code, +h6 code, +td > code { + font-family: MJXZERO, MJXTEX-T; + font-size: 1em; + line-height: 0; +} diff --git a/docs/odata-csdl-json/styles/odata.css b/docs/odata-csdl-json/styles/odata.css index cd8e0729f..f8b465d18 100644 --- a/docs/odata-csdl-json/styles/odata.css +++ b/docs/odata-csdl-json/styles/odata.css @@ -147,20 +147,6 @@ table { stroke-width: 2; } -p code, -li code, -h1 code, -h2 code, -h3 code, -h4 code, -h5 code, -h6 code, -td > code { - font-family: MJXZERO, MJXTEX-T; - font-size: 1em; - line-height: 0; -} - .example p code, .example li code { font-style: initial; diff --git a/docs/odata-csdl-xml/odata-csdl-xml.html b/docs/odata-csdl-xml/odata-csdl-xml.html index 15242240f..58749e62b 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.html +++ b/docs/odata-csdl-xml/odata-csdl-xml.html @@ -466,7 +466,7 @@

1.2.3 Document Conventions

-

Keywords defined by this specification use this monospaced font.

+

Keywords defined by this specification use this monospaced font.

Some sections of this specification are illustrated with non-normative examples.

Example 1: text describing an example uses this paragraph style

diff --git a/docs/odata-csdl-xml/odata-csdl-xml.md b/docs/odata-csdl-xml/odata-csdl-xml.md index ffc9f3439..71713f017 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.md +++ b/docs/odata-csdl-xml/odata-csdl-xml.md @@ -284,7 +284,7 @@ Section | Feature / Change | Issue ### 1.2.3 Document Conventions -Keywords defined by this specification use `this monospaced font`. +Keywords defined by this specification use `this monospaced font`. Some sections of this specification are illustrated with non-normative examples. diff --git a/docs/odata-csdl-xml/styles/monospace.css b/docs/odata-csdl-xml/styles/monospace.css new file mode 100644 index 000000000..1f81b0f97 --- /dev/null +++ b/docs/odata-csdl-xml/styles/monospace.css @@ -0,0 +1,13 @@ +p code, +li code, +h1 code, +h2 code, +h3 code, +h4 code, +h5 code, +h6 code, +td > code { + font-family: MJXZERO, MJXTEX-T; + font-size: 1em; + line-height: 0; +} diff --git a/docs/odata-csdl-xml/styles/odata.css b/docs/odata-csdl-xml/styles/odata.css index cd8e0729f..f8b465d18 100644 --- a/docs/odata-csdl-xml/styles/odata.css +++ b/docs/odata-csdl-xml/styles/odata.css @@ -147,20 +147,6 @@ table { stroke-width: 2; } -p code, -li code, -h1 code, -h2 code, -h3 code, -h4 code, -h5 code, -h6 code, -td > code { - font-family: MJXZERO, MJXTEX-T; - font-size: 1em; - line-height: 0; -} - .example p code, .example li code { font-style: initial; diff --git a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html index 404bc4445..7295ab847 100644 --- a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html +++ b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.html @@ -88,6 +88,7 @@ +