diff --git a/index.html b/index.html index d89a913..ca5c66e 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,9 @@ + + + Shopping Cart diff --git a/src/App.scss b/src/App.scss index b38f148..5aa4ae0 100644 --- a/src/App.scss +++ b/src/App.scss @@ -28,4 +28,10 @@ input[type=number] { input:invalid, input[value=""]{ border: 1px solid red; -} \ No newline at end of file +} + +.walter-turncoat-regular { + font-family: "Walter Turncoat", serif; + font-weight: 400; + font-style: normal; +}