hack-wpi-static/fonts/Roboto/style.css
Ronit Banerjee f12ca2d127 Updated Hackathon website
Refreshed website for Hack@WPI 2022.
2021-12-13 19:51:10 -05:00

84 lines
3 KiB
CSS

@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 100;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/100.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/300.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/500.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/700.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 900;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/900.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 100;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/100italic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 300;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/300italic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: regular;
font-display: swap;
font-weight: 400;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 400;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/italic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 500;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/500italic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 700;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/700italic.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-display: swap;
font-weight: 900;
src: url('file:///C:/Users/Ronit/OneDrive/Desktop/Index%20Cardinali/Master/ACM/hack-wpi-static/fonts/Roboto/900italic.ttf') format('truetype');
}