1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-28 14:21:08 +00:00

Add threat modeling information

This commit is contained in:
2020-05-12 00:30:23 -05:00
parent 3986217030
commit d91e27ce61
15 changed files with 185 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ $theme-colors: (
);
$body-color: #28323F;
$link-color: #C98806;
.container-fullwidth {
margin: 0 auto;
@@ -17,8 +18,8 @@ $body-color: #28323F;
src: url("/assets/fonts/Bagnard.woff") format("woff"), url("/assets/fonts/Bagnard.ttf") format("truetype"), url("/assets/fonts/Bagnard.otf") format("opentype");
}
h1, h2, h3 {
font-family: "Bagnard";
h1, h2, h3, h4 {
font-family: "Bagnard", serif;
font-weight: 700;
}