Time slots app prototype
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
750 B

@font-face {
font-family: 'Blogger';
src: url('./assets/Blogger_Sans.woff') format('woff');
font-weight: 400;
font-stretch: 75% 125%;
font-style: normal;
}
@font-face {
font-family: 'BloggerMedium';
src: url('./assets/Blogger_Sans-Medium.woff') format('woff');
font-weight: 500;
font-stretch: 75% 125%;
font-style: normal;
}
@font-face {
font-family: 'BloggerBold';
src: url('./assets/Blogger_Sans-Bold.woff') format('woff');
font-weight: 600 700;
font-stretch: 75% 125%;
font-style: normal;
}
body { font-family: 'Blogger'; height: 100%; margin: 0; display: flex; flex-direction: column; }
html { height: 100%; margin: 0}
strong {
font-family: 'BloggerBold';
font-weight: normal;
}