Skip to content

Commit

Permalink
PT Serif font v11
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Nov 28, 2019
1 parent 260cffe commit 3d6381c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "textile-lang-com-website",
"description": "Official website of the Textile markup language.",
"version": "1.0.2",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/textile/textile-lang-com-website"
Expand Down
8 changes: 4 additions & 4 deletions src/assets/sass/modules/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-style: normal;
font-weight: normal;
font-display: fallback;
src: url("../fonts/pt-serif-v10-latin-ext-regular.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-regular.woff") format("woff");
src: url("../fonts/pt-serif-v11-latin-ext-regular.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-regular.woff") format("woff");
}

// Regular Italic
Expand All @@ -21,7 +21,7 @@
font-style: italic;
font-weight: normal;
font-display: fallback;
src: url("../fonts/pt-serif-v10-latin-ext-italic.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-italic.woff") format("woff");
src: url("../fonts/pt-serif-v11-latin-ext-italic.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-italic.woff") format("woff");
}

// Bold
Expand All @@ -30,7 +30,7 @@
font-style: normal;
font-weight: bold;
font-display: fallback;
src: url("../fonts/pt-serif-v10-latin-ext-700.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-700.woff") format("woff");
src: url("../fonts/pt-serif-v11-latin-ext-700.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-700.woff") format("woff");
}

// Bold Italic
Expand All @@ -39,5 +39,5 @@
font-style: italic;
font-weight: bold;
font-display: fallback;
src: url("../fonts/pt-serif-v10-latin-ext-700italic.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-700italic.woff") format("woff");
src: url("../fonts/pt-serif-v11-latin-ext-700italic.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-700italic.woff") format("woff");
}
2 changes: 1 addition & 1 deletion src/templates/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Textile official website",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"author": "The Textile Language Development Team",
"author_uri": "https://textile-lang.com",
Expand Down

0 comments on commit 3d6381c

Please sign in to comment.