diff --git a/fullscreen-style.css b/fullscreen-style.css index c8392e0..5822ff7 100644 --- a/fullscreen-style.css +++ b/fullscreen-style.css @@ -1,13 +1,27 @@ -@font-face{ - font-family: '7Digital'; - src: url('DigitalDismay-VAKw.ttf'); +@font-face { + font-family: 'Eurostile Round'; + src: local('Eurostile Round Medium'), local('EurostileRound-Medium'), url('fonts/EurostileRound-Medium.ttf') format('truetype'); + font-weight: 500; + font-style: normal; +} +@font-face { + font-family: 'Eurostile Round Extended'; + src: local('Eurostile Round Extended Regular'), local('EurostileRoundExtended-Regular'), url('fonts/EurostileRoundExtended-Regular.ttf') format('truetype'); font-weight: normal; - font-style: monospace; + font-style: normal; +} +@font-face { + font-family: 'Eurostile Round Extended'; + src: local('Eurostile Round Extended Black'), local('EurostileRoundExtended-Black'), url('fonts/EurostileRoundExtended-Black.ttf') format('truetype'); + font-weight: 900; + font-style: normal; } body{ background-color: #000; color: #fff; - font-family: 'Heebo', sans-serif; + font-family: 'Eurostile Round'; + font-weight: 500; + font-style: normal; height: 100vh; display: flex; flex-flow: column nowrap; @@ -22,12 +36,17 @@ body{ text-align: center; top: 0; width: calc(100% - 16px); + font-family: 'Eurostile Round Extended'; + font-weight: 900; + font-style: normal; } #time{ font-size: 12em; width: calc(100% - 16px); height: 100%; - font-family: '7Digital'; + font-family: 'Eurostile Round Extended'; + font-weight: 900; + font-style: normal; display: flex; align-items: baseline; align-content: center;