This commit is contained in:
parent
ac6f194789
commit
175fdcae6b
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"requires": true,
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {
|
||||
"typeface-pt-mono": {
|
||||
"version": "0.0.72",
|
||||
"resolved": "https://registry.npmjs.org/typeface-pt-mono/-/typeface-pt-mono-0.0.72.tgz",
|
||||
"integrity": "sha512-7AMVSvB0oT2TDPyCJlVKSIxPjspI08Rlhg/SEUwQORSyalZgtSt2pDJEvVZuJbBIak70oB2ts6vL4iunYPUGKA=="
|
||||
},
|
||||
"typeface-pt-sans": {
|
||||
"version": "0.0.72",
|
||||
"resolved": "https://registry.npmjs.org/typeface-pt-sans/-/typeface-pt-sans-0.0.72.tgz",
|
||||
"integrity": "sha512-eDMv72dE+0dwjIDltzZAUusF+cDgOfZKazHZK08uKCOG/BEzY6oc/WqtQLN71j5/voTXFi5M4+nXNbZnCayDMQ=="
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"typeface-pt-mono": "0.0.72",
|
||||
"typeface-pt-sans": "0.0.72"
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
@import "node_modules/typeface-pt-sans/index.css";
|
||||
@import "node_modules/typeface-pt-mono/index.css";
|
||||
@import "typeface-pt-sans/index.css";
|
||||
@import "typeface-pt-mono/index.css";
|
||||
|
||||
body {
|
||||
font: 16px/1.5 "PT Sans", sans-serif;
|
||||
|
|
Loading…
Reference in New Issue