Skip to content

Commit 3d6381c

Browse files
committed
PT Serif font v11
1 parent 260cffe commit 3d6381c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "textile-lang-com-website",
33
"description": "Official website of the Textile markup language.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/textile/textile-lang-com-website"

src/assets/sass/modules/_fonts.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
font-style: normal;
1313
font-weight: normal;
1414
font-display: fallback;
15-
src: url("../fonts/pt-serif-v10-latin-ext-regular.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-regular.woff") format("woff");
15+
src: url("../fonts/pt-serif-v11-latin-ext-regular.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-regular.woff") format("woff");
1616
}
1717

1818
// Regular Italic
@@ -21,7 +21,7 @@
2121
font-style: italic;
2222
font-weight: normal;
2323
font-display: fallback;
24-
src: url("../fonts/pt-serif-v10-latin-ext-italic.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-italic.woff") format("woff");
24+
src: url("../fonts/pt-serif-v11-latin-ext-italic.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-italic.woff") format("woff");
2525
}
2626

2727
// Bold
@@ -30,7 +30,7 @@
3030
font-style: normal;
3131
font-weight: bold;
3232
font-display: fallback;
33-
src: url("../fonts/pt-serif-v10-latin-ext-700.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-700.woff") format("woff");
33+
src: url("../fonts/pt-serif-v11-latin-ext-700.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-700.woff") format("woff");
3434
}
3535

3636
// Bold Italic
@@ -39,5 +39,5 @@
3939
font-style: italic;
4040
font-weight: bold;
4141
font-display: fallback;
42-
src: url("../fonts/pt-serif-v10-latin-ext-700italic.woff2") format("woff2"), url("../fonts/pt-serif-v10-latin-ext-700italic.woff") format("woff");
42+
src: url("../fonts/pt-serif-v11-latin-ext-700italic.woff2") format("woff2"), url("../fonts/pt-serif-v11-latin-ext-700italic.woff") format("woff");
4343
}

src/templates/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Textile official website",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"author": "The Textile Language Development Team",
66
"author_uri": "https://textile-lang.com",

0 commit comments

Comments
 (0)