forked from ruangrupa/lumbung.space
replace previous fonts with Gudea
This commit is contained in:
parent
dea128d8f8
commit
2a814a3154
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -27,30 +27,25 @@ allerta
|
|||||||
src: url(fonts/Anonymous_Pro_Regular.woff);
|
src: url(fonts/Anonymous_Pro_Regular.woff);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* gudea */
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Gudea;
|
font-family: Gudea;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local("Gudea"), url(gudea.woff2) format("woff2");
|
src: url(fonts/gudea.woff2) format("woff2");
|
||||||
}
|
}
|
||||||
/* gudea-italic */
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Gudea;
|
font-family: Gudea;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local("Gudea Italic"), local("Gudea-Italic"), url(gudea-italic.woff2) format("woff2");
|
src: url(fonts/gudea-italic.woff2) format("woff2");
|
||||||
}
|
}
|
||||||
/* gudea-bold */
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: Gudea;
|
font-family: Gudea;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local("Gudea Bold"), local("Gudea-Bold"), url(gudea-bold.woff2) format("woff2");
|
src: url(fonts/gudea-bold.woff2) format("woff2");
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3 {
|
|
||||||
font-family: BarrioRegular;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@ -59,8 +54,8 @@ h1, h2, h3 {
|
|||||||
|
|
||||||
/*Main Stuff*/
|
/*Main Stuff*/
|
||||||
body {
|
body {
|
||||||
font-size:24px;
|
font-size: 21px;
|
||||||
font-family: ZenMaruGothic;
|
font-family: Gudea;
|
||||||
color: maroon;
|
color: maroon;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -157,7 +152,6 @@ a {
|
|||||||
#top-menu a {
|
#top-menu a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-weight: bold;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user