Browse Source

faster fonts with fallback

Heydon Pickering 8 năm trước cách đây
mục cha
commit
11add49650
42 tập tin đã thay đổi với 27 bổ sung36 xóa
  1. BIN
      docs/css/fonts/pt_sans-web-bold.woff
  2. BIN
      docs/css/fonts/pt_sans-web-bold.woff2
  3. BIN
      docs/css/fonts/pt_sans-web-italic.woff
  4. BIN
      docs/css/fonts/pt_sans-web-italic.woff2
  5. BIN
      docs/css/fonts/pt_sans-web-regular.woff
  6. BIN
      docs/css/fonts/pt_sans-web-regular.woff2
  7. 0 18
      docs/css/styles.css
  8. 1 0
      docs/index.html
  9. 1 0
      docs/patterns/coding/code-blocks/index.html
  10. 1 0
      docs/patterns/coding/color-palettes/index.html
  11. 1 0
      docs/patterns/coding/command-line/index.html
  12. 1 0
      docs/patterns/coding/demo-embedding/index.html
  13. 1 0
      docs/patterns/coding/file-trees/index.html
  14. 1 0
      docs/patterns/coding/index.html
  15. 1 0
      docs/patterns/coding/tested/index.html
  16. 1 0
      docs/patterns/coding/writing-inline-demos/index.html
  17. 1 0
      docs/patterns/index.html
  18. 1 0
      docs/patterns/installation/index.html
  19. 1 0
      docs/patterns/library-setup/index.html
  20. 1 0
      docs/patterns/media/including-images/index.html
  21. 1 0
      docs/patterns/media/including-videos/index.html
  22. 1 0
      docs/patterns/media/index.html
  23. 1 0
      docs/patterns/serving/index.html
  24. 1 0
      docs/patterns/writing/expandable-sections/index.html
  25. 1 0
      docs/patterns/writing/index.html
  26. 1 0
      docs/patterns/writing/library-structure/index.html
  27. 1 0
      docs/patterns/writing/markdown-and-metadata/index.html
  28. 1 0
      docs/patterns/writing/notes-and-warnings/index.html
  29. 1 0
      docs/patterns/writing/references/index.html
  30. 1 0
      docs/patterns/writing/tables-of-contents/index.html
  31. 1 0
      docs/print-version/index.html
  32. 0 0
      docs/service-worker.js
  33. 1 0
      docs/tags/markdown/index.html
  34. 1 0
      docs/tags/metadata/index.html
  35. 1 0
      themes/infusion/layouts/_default/baseof.html
  36. BIN
      themes/infusion/static/css/fonts/pt_sans-web-bold.woff
  37. BIN
      themes/infusion/static/css/fonts/pt_sans-web-bold.woff2
  38. BIN
      themes/infusion/static/css/fonts/pt_sans-web-italic.woff
  39. BIN
      themes/infusion/static/css/fonts/pt_sans-web-italic.woff2
  40. BIN
      themes/infusion/static/css/fonts/pt_sans-web-regular.woff
  41. BIN
      themes/infusion/static/css/fonts/pt_sans-web-regular.woff2
  42. 0 18
      themes/infusion/static/css/styles.css

BIN
docs/css/fonts/pt_sans-web-bold.woff


BIN
docs/css/fonts/pt_sans-web-bold.woff2


BIN
docs/css/fonts/pt_sans-web-italic.woff


BIN
docs/css/fonts/pt_sans-web-italic.woff2


BIN
docs/css/fonts/pt_sans-web-regular.woff


BIN
docs/css/fonts/pt_sans-web-regular.woff2


+ 0 - 18
docs/css/styles.css

@@ -1,23 +1,5 @@
 /* fonts */
 
-@font-face {
-    font-family: 'PT Sans';
-    src: url('fonts/pt_sans-web-bold.woff2') format('woff2'), url('fonts/pt_sans-web-bold.woff') format('woff');
-    font-weight: bold;
-    font-style: normal;
-}
-@font-face {
-    font-family: 'PT Sans';
-    src: url('fonts/pt_sans-web-italic.woff2') format('woff2'), url('fonts/pt_sans-web-italic.woff') format('woff');
-    font-weight: normal;
-    font-style: italic;
-}
-@font-face {
-    font-family: 'PT Sans';
-    src: url('fonts/pt_sans-web-regular.woff2') format('woff2'), url('fonts/pt_sans-web-regular.woff') format('woff');
-    font-weight: normal;
-    font-style: normal;
-}
 @font-face {
     font-family: 'Miriam Libre';
     src: url('fonts/miriamlibre-bold.woff2') format('woff2'), url('fonts/miriamlibre-bold.woff') format('woff');

+ 1 - 0
docs/index.html

@@ -22,6 +22,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/code-blocks/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/color-palettes/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/command-line/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/demo-embedding/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/file-trees/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/tested/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/coding/writing-inline-demos/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/installation/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/library-setup/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/media/including-images/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/media/including-videos/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/media/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/serving/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/writing/expandable-sections/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/writing/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/writing/library-structure/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/writing/markdown-and-metadata/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/writing/notes-and-warnings/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/writing/references/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/patterns/writing/tables-of-contents/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/print-version/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
docs/service-worker.js


+ 1 - 0
docs/tags/markdown/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
docs/tags/metadata/index.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="https://heydon.github.io/infusion/css/prism.css">
     <link rel="stylesheet" type="text/css" href="https://heydon.github.io/infusion/css/styles.css">
     <script src="https://heydon.github.io/infusion/js/webcomponents.js"></script>

+ 1 - 0
themes/infusion/layouts/_default/baseof.html

@@ -21,6 +21,7 @@
     <meta name="msapplication-TileColor" content="#ffffff">
     <meta name="msapplication-TileImage" content="/images/ms-icon-144x144.png">
     <meta name="theme-color" content="#ffffff">
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700" rel="stylesheet" media="none" onload="this.media='all';">
     <link rel="stylesheet" href="{{ "css/prism.css" | absURL }}">
     <link rel="stylesheet" type="text/css" href="{{ "css/styles.css" | absURL }}">
     <script src="{{ "js/webcomponents.js" | absURL }}"></script>

BIN
themes/infusion/static/css/fonts/pt_sans-web-bold.woff


BIN
themes/infusion/static/css/fonts/pt_sans-web-bold.woff2


BIN
themes/infusion/static/css/fonts/pt_sans-web-italic.woff


BIN
themes/infusion/static/css/fonts/pt_sans-web-italic.woff2


BIN
themes/infusion/static/css/fonts/pt_sans-web-regular.woff


BIN
themes/infusion/static/css/fonts/pt_sans-web-regular.woff2


+ 0 - 18
themes/infusion/static/css/styles.css

@@ -1,23 +1,5 @@
 /* fonts */
 
-@font-face {
-    font-family: 'PT Sans';
-    src: url('fonts/pt_sans-web-bold.woff2') format('woff2'), url('fonts/pt_sans-web-bold.woff') format('woff');
-    font-weight: bold;
-    font-style: normal;
-}
-@font-face {
-    font-family: 'PT Sans';
-    src: url('fonts/pt_sans-web-italic.woff2') format('woff2'), url('fonts/pt_sans-web-italic.woff') format('woff');
-    font-weight: normal;
-    font-style: italic;
-}
-@font-face {
-    font-family: 'PT Sans';
-    src: url('fonts/pt_sans-web-regular.woff2') format('woff2'), url('fonts/pt_sans-web-regular.woff') format('woff');
-    font-weight: normal;
-    font-style: normal;
-}
 @font-face {
     font-family: 'Miriam Libre';
     src: url('fonts/miriamlibre-bold.woff2') format('woff2'), url('fonts/miriamlibre-bold.woff') format('woff');

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác