Commit 76a2aa5f authored by Ben Galloway's avatar Ben Galloway

Point to fonts on generic style.gsc.org.uk domain

parent 728134a8
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
{
"name": "@gsc/bootstrap",
"version": "1.1.0",
"description": "A GSC-themed version of the Bootstrap CSS framework",
"main": "index.js",
"repository": "https://git.gsc.org.uk/utils/gsc-bootstrap",
"author": "Ben Galloway <ben.galloway@gsc.org.uk>",
"license": "MIT",
"private": true,
"scripts": {
"build": "yarn run dist",
"dist": "yarn run css && cp -r font dist/",
"css": "yarn run css-compile && yarn run css-prefix && yarn run css-minify",
"css-compile":
"node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 gsc.scss dist/bootstrap.css",
"css-prefix": "postcss --config postcss.config.js --replace \"dist/*.css\" \"!dist/*.min.css\"",
"css-minify":
"cleancss --level 1 --source-map --source-map-inline-sources --output dist/bootstrap.min.css dist/bootstrap.css"
},
"files": ["dist"],
"peerDependencies": {
"reactstrap": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^8.3.0",
"bootstrap": "^4.0.0",
"clean-css-cli": "^4.1.11",
"node-sass": "^4.8.3",
"postcss-cli": "^5.0.0"
}
"name": "@gsc/bootstrap",
"version": "2.0.0",
"description": "A GSC-themed version of the Bootstrap CSS framework",
"main": "index.js",
"repository": "https://git.gsc.org.uk/utils/gsc-bootstrap",
"author": "Ben Galloway <ben.galloway@gsc.org.uk>",
"license": "MIT",
"private": true,
"scripts": {
"build": "yarn run dist",
"dist": "yarn run css",
"css": "yarn run css-compile && yarn run css-prefix && yarn run css-minify",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 gsc.scss dist/bootstrap.css",
"css-prefix": "postcss --config postcss.config.js --replace \"dist/*.css\" \"!dist/*.min.css\"",
"css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output dist/bootstrap.min.css dist/bootstrap.css"
},
"files": [
"dist"
],
"peerDependencies": {
"reactstrap": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^9.4.8",
"bootstrap": "^4.3.1",
"clean-css-cli": "^4.2.1",
"node-sass": "^4.11.0",
"postcss-cli": "^6.1.1"
}
}
// Proxima Nova Bold
@font-face {
font-family: 'ProximaNova-Bold';
src: url('/fonts/ProximaNova-Bold.eot');
src: url('/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova-Bold.woff') format('woff'), url('/fonts/ProximaNova-Bold.ttf') format('truetype'), url('/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
font-weight: normal;
font-style: normal;
}
\ No newline at end of file
font-family: "ProximaNova-Bold";
src: url("https://style.gsc.org.uk/fonts/ProximaNova-Bold.eot");
src: url("https://style.gsc.org.uk/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
url("https://style.gsc.org.uk/fonts/ProximaNova-Bold.woff") format("woff"),
url("https://style.gsc.org.uk/fonts/ProximaNova-Bold.ttf") format("truetype"),
url("https://style.gsc.org.uk/fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
font-weight: normal;
font-style: normal;
}
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment