This commit is contained in:
Leandro Facchinetti 2020-08-04 22:52:12 +01:00
parent ac6f194789
commit 175fdcae6b
21 changed files with 2 additions and 24 deletions

View File

@ -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=="
}
}
}

View File

@ -1,6 +0,0 @@
{
"dependencies": {
"typeface-pt-mono": "0.0.72",
"typeface-pt-sans": "0.0.72"
}
}

View File

@ -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;