diff --git a/assets/fonts/FiraSans-Heavy.otf b/assets/fonts/FiraSans-Heavy.otf new file mode 100755 index 0000000..1bd9320 Binary files /dev/null and b/assets/fonts/FiraSans-Heavy.otf differ diff --git a/assets/fonts/FiraSans-Regular.otf b/assets/fonts/FiraSans-Regular.otf new file mode 100755 index 0000000..fad0098 Binary files /dev/null and b/assets/fonts/FiraSans-Regular.otf differ diff --git a/index.html b/index.html index bd112bb..ea8e161 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,6 @@ Quilt logo sketch - - - - diff --git a/style.css b/style.css index 01101f2..081f688 100644 --- a/style.css +++ b/style.css @@ -4,29 +4,19 @@ padding: 0; } -/* @font-face { - font-family: "Dinish"; - src: url("./fonts/Dinish/Dinish-Regular.otf"); - font-weight: normal; + font-family: "Fira Sans"; + src: url("./assets/fonts/FiraSans-Regular.otf"); + font-weight: 400; } @font-face { - font-family: "Dinish Condensed"; - src: url("./fonts/DinishCondensed/DinishCondensed.otf") format("opentype"); - font-weight: normal; + font-family: "Fira Sans"; + src: url("./assets/fonts/FiraSans-Heavy.otf"); + font-weight: 900; } -@font-face { - font-family: "Dinish Condensed"; - src: url("./fonts/DinishCondensed/DinishCondensed-Bold.otf") format("opentype"); - font-weight: bold; -} -*/ - - body { - /* font-family: 'Dinish', sans-serif; */ width: 100%; height: 100vh; display: grid; @@ -74,9 +64,4 @@ h1 { font-weight: bold; font-size: 1.7rem; margin-top: 1em; -} - -/* FIXME temp: */ -a { - font-family: 'Fira Sans'; } \ No newline at end of file