diff --git a/src/fonts.css b/src/fonts.css index e80978c..1734e09 100644 --- a/src/fonts.css +++ b/src/fonts.css @@ -38,7 +38,7 @@ font-style: normal; font-weight: 400; font-display: swap; - src: url('/fonts/styrene-font-family/StyreneA-Regular-Trial-BF63f6cbd970ee9.otf') + src: url('/fonts/styrene-font-family/StyreneA-Regular-Trial-withAmp-BF63f6cbd970ee9.otf') format('opentype'); } @@ -56,7 +56,7 @@ font-style: normal; font-weight: 500; font-display: swap; - src: url('/fonts/styrene-font-family/StyreneA-Medium-Trial-BF63f6cbdb24b6d.otf') + src: url('/fonts/styrene-font-family/StyreneA-Medium-Trial-withAmp-BF63f6cbdb24b6d.otf') format('opentype'); } @@ -74,7 +74,8 @@ font-style: normal; font-weight: 700; font-display: swap; - src: url('/fonts/styrene-font-family/StyreneA-Bold-Trial-BF63f6cbda1877f.otf') format('opentype'); + src: url('/fonts/styrene-font-family/StyreneA-Bold-Trial-withAmp-BF63f6cbda1877f.otf') + format('opentype'); } @font-face { diff --git a/static/fonts/styrene-font-family/StyreneA-Bold-Trial-withAmp-BF63f6cbda1877f.otf b/static/fonts/styrene-font-family/StyreneA-Bold-Trial-withAmp-BF63f6cbda1877f.otf new file mode 100644 index 0000000..f47556c Binary files /dev/null and b/static/fonts/styrene-font-family/StyreneA-Bold-Trial-withAmp-BF63f6cbda1877f.otf differ diff --git a/static/fonts/styrene-font-family/StyreneA-Medium-Trial-withAmp-BF63f6cbdb24b6d.otf b/static/fonts/styrene-font-family/StyreneA-Medium-Trial-withAmp-BF63f6cbdb24b6d.otf new file mode 100644 index 0000000..90999c4 Binary files /dev/null and b/static/fonts/styrene-font-family/StyreneA-Medium-Trial-withAmp-BF63f6cbdb24b6d.otf differ diff --git a/static/fonts/styrene-font-family/StyreneA-Regular-Trial-withAmp-BF63f6cbd970ee9.otf b/static/fonts/styrene-font-family/StyreneA-Regular-Trial-withAmp-BF63f6cbd970ee9.otf new file mode 100644 index 0000000..77cd8e8 Binary files /dev/null and b/static/fonts/styrene-font-family/StyreneA-Regular-Trial-withAmp-BF63f6cbd970ee9.otf differ