i forgor💀

This commit is contained in:
dan63047 2022-06-03 22:49:05 +03:00
parent 2327ae0948
commit a6a78511c3
1 changed files with 25 additions and 6 deletions

View File

@ -1,13 +1,27 @@
@font-face{ @font-face {
font-family: '7Digital'; font-family: 'Eurostile Round';
src: url('DigitalDismay-VAKw.ttf'); 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-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{ body{
background-color: #000; background-color: #000;
color: #fff; color: #fff;
font-family: 'Heebo', sans-serif; font-family: 'Eurostile Round';
font-weight: 500;
font-style: normal;
height: 100vh; height: 100vh;
display: flex; display: flex;
flex-flow: column nowrap; flex-flow: column nowrap;
@ -22,12 +36,17 @@ body{
text-align: center; text-align: center;
top: 0; top: 0;
width: calc(100% - 16px); width: calc(100% - 16px);
font-family: 'Eurostile Round Extended';
font-weight: 900;
font-style: normal;
} }
#time{ #time{
font-size: 12em; font-size: 12em;
width: calc(100% - 16px); width: calc(100% - 16px);
height: 100%; height: 100%;
font-family: '7Digital'; font-family: 'Eurostile Round Extended';
font-weight: 900;
font-style: normal;
display: flex; display: flex;
align-items: baseline; align-items: baseline;
align-content: center; align-content: center;