replace previous fonts with Gudea

This commit is contained in:
Aadil Ayub 2022-01-06 14:00:43 +05:00
parent dea128d8f8
commit 2a814a3154
4 changed files with 7 additions and 13 deletions

View File

@ -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;
}