Use Raleway font for headers
This commit is contained in:
parent
213052006e
commit
883a6be834
@ -9,6 +9,13 @@
|
||||
|
||||
$footer-height: 60px;
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-weight: 600;
|
||||
padding-top: 1rem;
|
||||
color: $color-dark;
|
||||
}
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
@ -17,6 +24,7 @@ html {
|
||||
|
||||
body {
|
||||
margin-bottom: $footer-height;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
#content {
|
||||
|
@ -2,6 +2,7 @@ import 'bootstrap'
|
||||
import TryItForm from "./form"
|
||||
import '@fortawesome/fontawesome-pro/css/all.min.css'
|
||||
|
||||
import 'typeface-raleway'
|
||||
import '../sass/style.scss'
|
||||
|
||||
$('[data-toggle="tooltip"]').tooltip();
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-pro": "^5.13.0",
|
||||
"@symfony/webpack-encore": "^0.28.2",
|
||||
"@types/bootstrap": "^3.3.32",
|
||||
"@types/jquery": "^2.0.41",
|
||||
@ -13,8 +14,7 @@
|
||||
"sass-loader": "7.0.3",
|
||||
"ts-loader": "^5.3.0",
|
||||
"typescript": "^3.8.3",
|
||||
"webpack-notifier": "^1.6.0",
|
||||
"@fortawesome/fontawesome-pro": "^5.13.0"
|
||||
"webpack-notifier": "^1.6.0"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"private": true,
|
||||
@ -23,5 +23,8 @@
|
||||
"dev": "encore dev",
|
||||
"watch": "encore dev --watch",
|
||||
"build": "encore production --progress"
|
||||
},
|
||||
"dependencies": {
|
||||
"typeface-raleway": "^0.0.75"
|
||||
}
|
||||
}
|
||||
|
@ -6654,6 +6654,11 @@ typedarray@^0.0.6:
|
||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||
|
||||
typeface-raleway@^0.0.75:
|
||||
version "0.0.75"
|
||||
resolved "https://registry.yarnpkg.com/typeface-raleway/-/typeface-raleway-0.0.75.tgz#cc79688aa3175452744ecd19540b54dad153e8f3"
|
||||
integrity sha512-mUvT/klCTGA2HporaIMNY3ap45YxBErxFv/1pv82LhbFdNc3m+6ddfoexP6xxwMZ5yZ2VmDhMqk1yikDEoxU/Q==
|
||||
|
||||
typescript@^3.8.3:
|
||||
version "3.8.3"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
|
||||
|
Loading…
Reference in New Issue
Block a user