From 46971beed92e99956d5c9f7d22fced8799856bf7 Mon Sep 17 00:00:00 2001 From: Supraboy981322 <97927259+Supraboy981322@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:14:10 -0600 Subject: [PATCH] font face change --- proto-and-wip/element-html-file.html | 20 ++++++++++++++++++++ styles/stylesheet.css | 7 ++++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 proto-and-wip/element-html-file.html diff --git a/proto-and-wip/element-html-file.html b/proto-and-wip/element-html-file.html new file mode 100644 index 0000000..54b5821 --- /dev/null +++ b/proto-and-wip/element-html-file.html @@ -0,0 +1,20 @@ + + + + + + +
+ +
+ +
+ + + + \ No newline at end of file diff --git a/styles/stylesheet.css b/styles/stylesheet.css index ef1b76d..4fcac6d 100644 --- a/styles/stylesheet.css +++ b/styles/stylesheet.css @@ -1,3 +1,8 @@ +@font-face { + font-family: D-DINExp-Bold; + src: url(/styles/fonts/D-DINExp-Bold.otf); +} + html, body, h1, @@ -6,7 +11,7 @@ h3, h4, h5, h6 { - font-family: "Roboto", sans-serif; + font-family: D-DINExp-Bold; } .main {