You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
822 B
CSS
33 lines
822 B
CSS
@font-face {
|
|
font-family: "Millimetre-Light";
|
|
src: url(./fonts/Millimetre-Light_web.woff2) format("woff2"),
|
|
url(./fonts/Millimetre-Light_web.woff) format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Millimetre-Regular";
|
|
src: url(./fonts/Millimetre-Regular_web.woff2) format("woff2"),
|
|
url(./fonts/Millimetre-Regular_web.woff) format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Millimetre-Bold";
|
|
src: url(./fonts/Millimetre-Bold_web.woff2) format("woff2"),
|
|
url(./fonts/Millimetre-Bold_web.woff) format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: "Millimetre-Extrablack";
|
|
src: url(./fonts/Millimetre-Extrablack_web.woff2) format("woff2"),
|
|
url(./fonts/Millimetre-Extrablack_web.woff) format("woff");
|
|
}
|
|
|
|
#content {
|
|
padding: 20px;
|
|
}
|
|
|
|
#cover h1 {
|
|
font-family: "Millimetre-Regular";
|
|
}
|
|
|
|
img {
|
|
max-width: 400px;
|
|
}
|