Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 18416bc

Browse files
authored
Merge pull request #119 from WordPress/add/robotoslab-beiruti
Add Roboto Slab and Beiruti
2 parents edd1c67 + f2f5661 commit 18416bc

File tree

4 files changed

+43
-0
lines changed

4 files changed

+43
-0
lines changed
172 KB
Binary file not shown.
113 KB
Binary file not shown.

readme.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ GNU General Public License for more details.
3434
This theme bundles the following third-party resources:
3535

3636
=== Fonts ===
37+
.ttf files downloaded from fonts.google.com have been converted to .woff2 using
38+
https://github.com/google/woff2
39+
3740

3841
Fira Code Font
3942
Copyright (c) 2014, The Fira Code Project Authors
@@ -74,5 +77,15 @@ License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
7477
Reference: https://github.com/googlefonts/literata
7578
Source: https://fonts.google.com/specimen/Literata
7679

80+
Roboto Slab Font
81+
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
82+
Reference: hhttps://github.com/googlefonts/robotoslab
83+
Source: https://fonts.google.com/specimen/Roboto+Slab
84+
85+
Beiruti Font
86+
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
87+
Reference: https://github.com/googlefonts/beiruti
88+
Source: https://fonts.google.com/specimen/Beiruti
89+
7790
=== Images ===
7891

theme.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,36 @@
889889
]
890890
}
891891
]
892+
},
893+
{
894+
"name": "Roboto Slab",
895+
"slug": "roboto-slab",
896+
"fontFamily": "\"Roboto Slab\", serif",
897+
"fontFace": [
898+
{
899+
"fontFamily": "\"Roboto Slab\"",
900+
"fontStyle": "normal",
901+
"fontWeight": "100 900",
902+
"src": [
903+
"file:./assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2"
904+
]
905+
}
906+
]
907+
},
908+
{
909+
"name": "Beiruti",
910+
"slug": "beiruti",
911+
"fontFamily": "Beiruti, sans-serif",
912+
"fontFace": [
913+
{
914+
"fontFamily": "Beiruti",
915+
"fontStyle": "normal",
916+
"fontWeight": "200 900",
917+
"src": [
918+
"file:./assets/fonts/beiruti/Beiruti-VariableFont_wght.woff2"
919+
]
920+
}
921+
]
892922
}
893923
]
894924
},

0 commit comments

Comments
 (0)