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);
|
||||
}
|
||||
|
||||
/* gudea */
|
||||
@font-face {
|
||||
font-family: Gudea;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Gudea"), url(gudea.woff2) format("woff2");
|
||||
src: url(fonts/gudea.woff2) format("woff2");
|
||||
}
|
||||
/* gudea-italic */
|
||||
|
||||
@font-face {
|
||||
font-family: Gudea;
|
||||
font-style: italic;
|
||||
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-family: Gudea;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("Gudea Bold"), local("Gudea-Bold"), url(gudea-bold.woff2) format("woff2");
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: BarrioRegular;
|
||||
src: url(fonts/gudea-bold.woff2) format("woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
@ -59,8 +54,8 @@ h1, h2, h3 {
|
||||
|
||||
/*Main Stuff*/
|
||||
body {
|
||||
font-size:24px;
|
||||
font-family: ZenMaruGothic;
|
||||
font-size: 21px;
|
||||
font-family: Gudea;
|
||||
color: maroon;
|
||||
}
|
||||
|
||||
@ -157,7 +152,6 @@ a {
|
||||
#top-menu a {
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user