This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d4b739fe0bc [PDF] Add Chinese fonts for generate-pdf action (#70)
d4b739fe0bc is described below

commit d4b739fe0bca60d983a3189c3b32712db60d3ba5
Author: Jeffrey <[email protected]>
AuthorDate: Fri Aug 26 16:35:18 2022 +0800

    [PDF] Add Chinese fonts for generate-pdf action (#70)
    
    * [action] upload pdf only
---
 .github/workflows/generate-pdf.yml                 |  71 ++++++++--------
 static/fonts/Montserrat-Black.otf                  | Bin 0 -> 230124 bytes
 static/fonts/Montserrat-BlackItalic.otf            | Bin 0 -> 236868 bytes
 static/fonts/Montserrat-Bold.otf                   | Bin 0 -> 235192 bytes
 static/fonts/Montserrat-BoldItalic.otf             | Bin 0 -> 243084 bytes
 static/fonts/Montserrat-ExtraBold.otf              | Bin 0 -> 234432 bytes
 static/fonts/Montserrat-ExtraBoldItalic.otf        | Bin 0 -> 242800 bytes
 static/fonts/Montserrat-ExtraLight.otf             | Bin 0 -> 226772 bytes
 static/fonts/Montserrat-ExtraLightItalic.otf       | Bin 0 -> 236444 bytes
 static/fonts/Montserrat-Italic.otf                 | Bin 0 -> 237828 bytes
 static/fonts/Montserrat-Light.otf                  | Bin 0 -> 228068 bytes
 static/fonts/Montserrat-LightItalic.otf            | Bin 0 -> 237832 bytes
 static/fonts/Montserrat-Medium.otf                 | Bin 0 -> 230356 bytes
 static/fonts/Montserrat-MediumItalic.otf           | Bin 0 -> 239660 bytes
 static/fonts/Montserrat-Regular.otf                | Bin 0 -> 228620 bytes
 static/fonts/Montserrat-SemiBold.otf               | Bin 0 -> 234056 bytes
 static/fonts/Montserrat-SemiBoldItalic.otf         | Bin 0 -> 242672 bytes
 static/fonts/Montserrat-Thin.otf                   | Bin 0 -> 217636 bytes
 static/fonts/Montserrat-ThinItalic.otf             | Bin 0 -> 227984 bytes
 static/fonts/MontserratAlternates-Black.otf        | Bin 0 -> 184200 bytes
 static/fonts/MontserratAlternates-BlackItalic.otf  | Bin 0 -> 186764 bytes
 static/fonts/MontserratAlternates-Bold.otf         | Bin 0 -> 187392 bytes
 static/fonts/MontserratAlternates-BoldItalic.otf   | Bin 0 -> 191820 bytes
 static/fonts/MontserratAlternates-ExtraBold.otf    | Bin 0 -> 186888 bytes
 .../fonts/MontserratAlternates-ExtraBoldItalic.otf | Bin 0 -> 191300 bytes
 static/fonts/MontserratAlternates-ExtraLight.otf   | Bin 0 -> 179680 bytes
 .../MontserratAlternates-ExtraLightItalic.otf      | Bin 0 -> 185520 bytes
 static/fonts/MontserratAlternates-Italic.otf       | Bin 0 -> 187068 bytes
 static/fonts/MontserratAlternates-Light.otf        | Bin 0 -> 180736 bytes
 static/fonts/MontserratAlternates-LightItalic.otf  | Bin 0 -> 186624 bytes
 static/fonts/MontserratAlternates-Medium.otf       | Bin 0 -> 183104 bytes
 static/fonts/MontserratAlternates-MediumItalic.otf | Bin 0 -> 188564 bytes
 static/fonts/MontserratAlternates-Regular.otf      | Bin 0 -> 181996 bytes
 static/fonts/MontserratAlternates-SemiBold.otf     | Bin 0 -> 185876 bytes
 .../fonts/MontserratAlternates-SemiBoldItalic.otf  | Bin 0 -> 190496 bytes
 static/fonts/MontserratAlternates-Thin.otf         | Bin 0 -> 173616 bytes
 static/fonts/MontserratAlternates-ThinItalic.otf   | Bin 0 -> 179448 bytes
 static/fonts/NotoSansSC-Black.otf                  | Bin 0 -> 8950680 bytes
 static/fonts/NotoSansSC-Bold.otf                   | Bin 0 -> 8716392 bytes
 static/fonts/NotoSansSC-Light.otf                  | Bin 0 -> 8434216 bytes
 static/fonts/NotoSansSC-Medium.otf                 | Bin 0 -> 8508580 bytes
 static/fonts/NotoSansSC-Regular.otf                | Bin 0 -> 8482020 bytes
 static/fonts/NotoSansSC-Thin.otf                   | Bin 0 -> 7815988 bytes
 static/fonts/OFL.txt                               |  93 +++++++++++++++++++++
 static/fonts/SIL Open Font License.txt             |  43 ++++++++++
 45 files changed, 169 insertions(+), 38 deletions(-)

diff --git a/.github/workflows/generate-pdf.yml 
b/.github/workflows/generate-pdf.yml
index 8244b2cfe40..e9d430d7391 100644
--- a/.github/workflows/generate-pdf.yml
+++ b/.github/workflows/generate-pdf.yml
@@ -31,6 +31,18 @@ jobs:
           persist-credentials: false
           submodules: recursive
 
+    - name: Add Chinese Fonts
+      run: |
+          sudo apt-get install ttf-mscorefonts-installer
+          sudo apt-get install fontconfig
+          fc-list :lang=zh
+          ls -lh /usr/share/fonts/
+          cp -rf ./static/fonts/* /usr/share/fonts/
+          mkfontscale
+          mkfontdir
+          fc-cache
+          fc-list :lang=zh
+
     - name: Use Node.js
       uses: actions/setup-node@v1
       with:
@@ -59,38 +71,46 @@ jobs:
     - name: Generate All Versions PDF
       if: ${{ github.event.inputs.doc_version == 'ALL'}}
       run: |
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (English)" --outputPDFFilename="Apache Doris 1.1 
(English).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/zh-CN/docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (中文)" --outputPDFFilename="Apache Doris 1.1 
(中文).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/docs/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (English)" --outputPDFFilename="Apache Doris 
0.15 (English).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/zh-CN/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (中文)" --outputPDFFilename="Apache Doris 0.15 
(中文).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (English)" --outputPDFFilename="Apache Doris Dev 
(English).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/zh-CN/docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (中文)" --outputPDFFilename="Apache Doris Dev 
(中文).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (English)" --outputPDFFilename="Apache Doris 1.1 
(English).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="zh-CN/docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (中文)" --outputPDFFilename="Apache Doris 1.1 
(中文).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="docs/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (English)" --outputPDFFilename="Apache Doris 
0.15 (English).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="zh-CN/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (中文)" --outputPDFFilename="Apache Doris 0.15 
(中文).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (English)" --outputPDFFilename="Apache Doris Dev 
(English).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="zh-CN/docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (中文)" --outputPDFFilename="Apache Doris Dev 
(中文).pdf"
+        rm -rf ./build/**
         mkdir -p ./build/assets/files/
         cp *.pdf ./build/assets/files/
+        ls ./build/assets/files/
 
     - name: Generate PDF version_1.1
       if: ${{ github.event.inputs.doc_version == '1.1'}}
       run: |
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (English)" --outputPDFFilename="Apache Doris 1.1 
(English).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/zh-CN/docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (中文)" --outputPDFFilename="Apache Doris 1.1 
(中文).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (English)" --outputPDFFilename="Apache Doris 1.1 
(English).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="zh-CN/docs/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 1.1 (中文)" --outputPDFFilename="Apache Doris 1.1 
(中文).pdf"
+        rm -rf ./build/**
         mkdir -p ./build/assets/files/
         cp *.pdf ./build/assets/files/
+        ls ./build/assets/files/
 
     - name: Generate PDF version_0.15
       if: ${{ github.event.inputs.doc_version == '0.15'}}
       run: |
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/docs/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (English)" --outputPDFFilename="Apache Doris 
0.15 (English).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/zh-CN/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (中文)" --outputPDFFilename="Apache Doris 0.15 
(中文).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="docs/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (English)" --outputPDFFilename="Apache Doris 
0.15 (English).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="zh-CN/0.15/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris 0.15 (中文)" --outputPDFFilename="Apache Doris 0.15 
(中文).pdf"
+        rm -rf ./build/**
         mkdir -p ./build/assets/files/
         cp *.pdf ./build/assets/files/
+        ls ./build/assets/files/
 
     - name: Generate PDF version_dev
       if: ${{ github.event.inputs.doc_version == 'dev'}}
       run: |
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (English)" --outputPDFFilename="Apache Doris Dev 
(English).pdf"
-        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="/zh-CN/docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (中文)" --outputPDFFilename="Apache Doris Dev 
(中文).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (English)" --outputPDFFilename="Apache Doris Dev 
(English).pdf"
+        npx vitpress-generate-pdf --buildDirPath="./build/"  
--firstDocPath="zh-CN/docs/dev/summary/basic-summary/" 
--paginationSelector=".pagination-nav__link--next" --contentSelector="article" 
--coverImage="https://cdn.selectdb.com/images/doris-logo-512.png"; 
--coverTitle="Apache Doris Dev (中文)" --outputPDFFilename="Apache Doris Dev 
(中文).pdf"
+        rm -rf ./build/**
         mkdir -p ./build/assets/files/
         cp *.pdf ./build/assets/files/
+        ls ./build/assets/files/
 
     - name: Upload files to OSS
       uses: ./.github/actions/aliyun-oss-website-action
@@ -98,30 +118,5 @@ jobs:
           accessKeyId: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
           accessKeySecret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
           bucket: ${{ secrets.ALIYUN_OSS_BUCKET }}
-          # use your own endpoint
           endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
-          folder: build
-
-    - name: Deploy Website
-      if: ${{ github.event.inputs.branch == 'master' }}
-      uses: peaceiris/actions-gh-pages@v3
-      with:
-        github_token: ${{ github.token }}
-        publish_branch: asf-site
-        publish_dir: ./build
-        destination_dir: ./
-        user_name: 'github-actions[bot]'
-        user_email: 'github-actions[bot]@users.noreply.github.com'
-        commit_message: 'Automated deployment with doris branch ${{ 
github.event.inputs.branch }}@${{ env.DORIS_COMMIT }}'
-        
-    - name: Deploy Branch
-      if: ${{ github.event.inputs.branch != 'master' }}
-      uses: peaceiris/actions-gh-pages@v3
-      with:
-        github_token: $GITHUB_TOKEN
-        publish_branch: asf-site
-        publish_dir: ./build
-        destination_dir: ${{ github.event.inputs.branch }}
-        user_name: 'github-actions[bot]'
-        user_email: 'github-actions[bot]@users.noreply.github.com'
-        commit_message: 'Automated deployment with doris branch ${{ 
github.event.inputs.branch }}@${{ env.DORIS_COMMIT }}'
+          folder: build
\ No newline at end of file
diff --git a/static/fonts/Montserrat-Black.otf 
b/static/fonts/Montserrat-Black.otf
new file mode 100644
index 00000000000..5e5a91632aa
Binary files /dev/null and b/static/fonts/Montserrat-Black.otf differ
diff --git a/static/fonts/Montserrat-BlackItalic.otf 
b/static/fonts/Montserrat-BlackItalic.otf
new file mode 100644
index 00000000000..f4d5d3b9ec8
Binary files /dev/null and b/static/fonts/Montserrat-BlackItalic.otf differ
diff --git a/static/fonts/Montserrat-Bold.otf b/static/fonts/Montserrat-Bold.otf
new file mode 100644
index 00000000000..cdfb83df2f2
Binary files /dev/null and b/static/fonts/Montserrat-Bold.otf differ
diff --git a/static/fonts/Montserrat-BoldItalic.otf 
b/static/fonts/Montserrat-BoldItalic.otf
new file mode 100644
index 00000000000..d57ff9a4798
Binary files /dev/null and b/static/fonts/Montserrat-BoldItalic.otf differ
diff --git a/static/fonts/Montserrat-ExtraBold.otf 
b/static/fonts/Montserrat-ExtraBold.otf
new file mode 100644
index 00000000000..db86f49e5c5
Binary files /dev/null and b/static/fonts/Montserrat-ExtraBold.otf differ
diff --git a/static/fonts/Montserrat-ExtraBoldItalic.otf 
b/static/fonts/Montserrat-ExtraBoldItalic.otf
new file mode 100644
index 00000000000..f7a042a7b95
Binary files /dev/null and b/static/fonts/Montserrat-ExtraBoldItalic.otf differ
diff --git a/static/fonts/Montserrat-ExtraLight.otf 
b/static/fonts/Montserrat-ExtraLight.otf
new file mode 100644
index 00000000000..5a66f53aa29
Binary files /dev/null and b/static/fonts/Montserrat-ExtraLight.otf differ
diff --git a/static/fonts/Montserrat-ExtraLightItalic.otf 
b/static/fonts/Montserrat-ExtraLightItalic.otf
new file mode 100644
index 00000000000..31b13517d35
Binary files /dev/null and b/static/fonts/Montserrat-ExtraLightItalic.otf differ
diff --git a/static/fonts/Montserrat-Italic.otf 
b/static/fonts/Montserrat-Italic.otf
new file mode 100644
index 00000000000..450689e2e50
Binary files /dev/null and b/static/fonts/Montserrat-Italic.otf differ
diff --git a/static/fonts/Montserrat-Light.otf 
b/static/fonts/Montserrat-Light.otf
new file mode 100644
index 00000000000..14e715c7eeb
Binary files /dev/null and b/static/fonts/Montserrat-Light.otf differ
diff --git a/static/fonts/Montserrat-LightItalic.otf 
b/static/fonts/Montserrat-LightItalic.otf
new file mode 100644
index 00000000000..b5ec441d9bb
Binary files /dev/null and b/static/fonts/Montserrat-LightItalic.otf differ
diff --git a/static/fonts/Montserrat-Medium.otf 
b/static/fonts/Montserrat-Medium.otf
new file mode 100644
index 00000000000..6c323c1bd77
Binary files /dev/null and b/static/fonts/Montserrat-Medium.otf differ
diff --git a/static/fonts/Montserrat-MediumItalic.otf 
b/static/fonts/Montserrat-MediumItalic.otf
new file mode 100644
index 00000000000..51db58d80da
Binary files /dev/null and b/static/fonts/Montserrat-MediumItalic.otf differ
diff --git a/static/fonts/Montserrat-Regular.otf 
b/static/fonts/Montserrat-Regular.otf
new file mode 100644
index 00000000000..c1d1ee37b64
Binary files /dev/null and b/static/fonts/Montserrat-Regular.otf differ
diff --git a/static/fonts/Montserrat-SemiBold.otf 
b/static/fonts/Montserrat-SemiBold.otf
new file mode 100644
index 00000000000..4fa8281a286
Binary files /dev/null and b/static/fonts/Montserrat-SemiBold.otf differ
diff --git a/static/fonts/Montserrat-SemiBoldItalic.otf 
b/static/fonts/Montserrat-SemiBoldItalic.otf
new file mode 100644
index 00000000000..8c3b253f5a7
Binary files /dev/null and b/static/fonts/Montserrat-SemiBoldItalic.otf differ
diff --git a/static/fonts/Montserrat-Thin.otf b/static/fonts/Montserrat-Thin.otf
new file mode 100644
index 00000000000..1c20b623f75
Binary files /dev/null and b/static/fonts/Montserrat-Thin.otf differ
diff --git a/static/fonts/Montserrat-ThinItalic.otf 
b/static/fonts/Montserrat-ThinItalic.otf
new file mode 100644
index 00000000000..ed9bb19bb0f
Binary files /dev/null and b/static/fonts/Montserrat-ThinItalic.otf differ
diff --git a/static/fonts/MontserratAlternates-Black.otf 
b/static/fonts/MontserratAlternates-Black.otf
new file mode 100644
index 00000000000..57593288a3e
Binary files /dev/null and b/static/fonts/MontserratAlternates-Black.otf differ
diff --git a/static/fonts/MontserratAlternates-BlackItalic.otf 
b/static/fonts/MontserratAlternates-BlackItalic.otf
new file mode 100644
index 00000000000..7cc17c6cea8
Binary files /dev/null and b/static/fonts/MontserratAlternates-BlackItalic.otf 
differ
diff --git a/static/fonts/MontserratAlternates-Bold.otf 
b/static/fonts/MontserratAlternates-Bold.otf
new file mode 100644
index 00000000000..e98891b30da
Binary files /dev/null and b/static/fonts/MontserratAlternates-Bold.otf differ
diff --git a/static/fonts/MontserratAlternates-BoldItalic.otf 
b/static/fonts/MontserratAlternates-BoldItalic.otf
new file mode 100644
index 00000000000..e2d4bfab117
Binary files /dev/null and b/static/fonts/MontserratAlternates-BoldItalic.otf 
differ
diff --git a/static/fonts/MontserratAlternates-ExtraBold.otf 
b/static/fonts/MontserratAlternates-ExtraBold.otf
new file mode 100644
index 00000000000..99472d6f6eb
Binary files /dev/null and b/static/fonts/MontserratAlternates-ExtraBold.otf 
differ
diff --git a/static/fonts/MontserratAlternates-ExtraBoldItalic.otf 
b/static/fonts/MontserratAlternates-ExtraBoldItalic.otf
new file mode 100644
index 00000000000..ce88d1c5ebe
Binary files /dev/null and 
b/static/fonts/MontserratAlternates-ExtraBoldItalic.otf differ
diff --git a/static/fonts/MontserratAlternates-ExtraLight.otf 
b/static/fonts/MontserratAlternates-ExtraLight.otf
new file mode 100644
index 00000000000..73fc746575c
Binary files /dev/null and b/static/fonts/MontserratAlternates-ExtraLight.otf 
differ
diff --git a/static/fonts/MontserratAlternates-ExtraLightItalic.otf 
b/static/fonts/MontserratAlternates-ExtraLightItalic.otf
new file mode 100644
index 00000000000..6d7cb1794de
Binary files /dev/null and 
b/static/fonts/MontserratAlternates-ExtraLightItalic.otf differ
diff --git a/static/fonts/MontserratAlternates-Italic.otf 
b/static/fonts/MontserratAlternates-Italic.otf
new file mode 100644
index 00000000000..6196e3563f6
Binary files /dev/null and b/static/fonts/MontserratAlternates-Italic.otf differ
diff --git a/static/fonts/MontserratAlternates-Light.otf 
b/static/fonts/MontserratAlternates-Light.otf
new file mode 100644
index 00000000000..606385081a5
Binary files /dev/null and b/static/fonts/MontserratAlternates-Light.otf differ
diff --git a/static/fonts/MontserratAlternates-LightItalic.otf 
b/static/fonts/MontserratAlternates-LightItalic.otf
new file mode 100644
index 00000000000..40c70f72589
Binary files /dev/null and b/static/fonts/MontserratAlternates-LightItalic.otf 
differ
diff --git a/static/fonts/MontserratAlternates-Medium.otf 
b/static/fonts/MontserratAlternates-Medium.otf
new file mode 100644
index 00000000000..fbc59dfb49a
Binary files /dev/null and b/static/fonts/MontserratAlternates-Medium.otf differ
diff --git a/static/fonts/MontserratAlternates-MediumItalic.otf 
b/static/fonts/MontserratAlternates-MediumItalic.otf
new file mode 100644
index 00000000000..7cb32aceb27
Binary files /dev/null and b/static/fonts/MontserratAlternates-MediumItalic.otf 
differ
diff --git a/static/fonts/MontserratAlternates-Regular.otf 
b/static/fonts/MontserratAlternates-Regular.otf
new file mode 100644
index 00000000000..69bd2e78729
Binary files /dev/null and b/static/fonts/MontserratAlternates-Regular.otf 
differ
diff --git a/static/fonts/MontserratAlternates-SemiBold.otf 
b/static/fonts/MontserratAlternates-SemiBold.otf
new file mode 100644
index 00000000000..a9e6e7d708e
Binary files /dev/null and b/static/fonts/MontserratAlternates-SemiBold.otf 
differ
diff --git a/static/fonts/MontserratAlternates-SemiBoldItalic.otf 
b/static/fonts/MontserratAlternates-SemiBoldItalic.otf
new file mode 100644
index 00000000000..a4cf74d159c
Binary files /dev/null and 
b/static/fonts/MontserratAlternates-SemiBoldItalic.otf differ
diff --git a/static/fonts/MontserratAlternates-Thin.otf 
b/static/fonts/MontserratAlternates-Thin.otf
new file mode 100644
index 00000000000..d21fe419f0d
Binary files /dev/null and b/static/fonts/MontserratAlternates-Thin.otf differ
diff --git a/static/fonts/MontserratAlternates-ThinItalic.otf 
b/static/fonts/MontserratAlternates-ThinItalic.otf
new file mode 100644
index 00000000000..4b224cf3ceb
Binary files /dev/null and b/static/fonts/MontserratAlternates-ThinItalic.otf 
differ
diff --git a/static/fonts/NotoSansSC-Black.otf 
b/static/fonts/NotoSansSC-Black.otf
new file mode 100644
index 00000000000..7529643c330
Binary files /dev/null and b/static/fonts/NotoSansSC-Black.otf differ
diff --git a/static/fonts/NotoSansSC-Bold.otf b/static/fonts/NotoSansSC-Bold.otf
new file mode 100644
index 00000000000..172eb674127
Binary files /dev/null and b/static/fonts/NotoSansSC-Bold.otf differ
diff --git a/static/fonts/NotoSansSC-Light.otf 
b/static/fonts/NotoSansSC-Light.otf
new file mode 100644
index 00000000000..85ccdf44a4c
Binary files /dev/null and b/static/fonts/NotoSansSC-Light.otf differ
diff --git a/static/fonts/NotoSansSC-Medium.otf 
b/static/fonts/NotoSansSC-Medium.otf
new file mode 100644
index 00000000000..0a5bd9e5fe6
Binary files /dev/null and b/static/fonts/NotoSansSC-Medium.otf differ
diff --git a/static/fonts/NotoSansSC-Regular.otf 
b/static/fonts/NotoSansSC-Regular.otf
new file mode 100644
index 00000000000..d350ffa79e3
Binary files /dev/null and b/static/fonts/NotoSansSC-Regular.otf differ
diff --git a/static/fonts/NotoSansSC-Thin.otf b/static/fonts/NotoSansSC-Thin.otf
new file mode 100644
index 00000000000..0e98049ec41
Binary files /dev/null and b/static/fonts/NotoSansSC-Thin.otf differ
diff --git a/static/fonts/OFL.txt b/static/fonts/OFL.txt
new file mode 100644
index 00000000000..d4e7958bcc2
--- /dev/null
+++ b/static/fonts/OFL.txt
@@ -0,0 +1,93 @@
+Copyright 2012 Google Inc. All Rights Reserved.
+
+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.
diff --git a/static/fonts/SIL Open Font License.txt b/static/fonts/SIL Open 
Font License.txt
new file mode 100644
index 00000000000..5687c008de1
--- /dev/null
+++ b/static/fonts/SIL Open Font License.txt    
@@ -0,0 +1,43 @@
+Copyright 2011 The Montserrat Project Authors 
(https://github.com/JulietaUla/Montserrat)
+
+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 creat [...]
+
+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 [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to