17 lines
484 B
CSS
17 lines
484 B
CSS
/* FONTS */
|
|
@font-face {
|
|
font-family: "urwgothic";
|
|
src: url("/fonts/urwgothic/urwgothic.woff2") format("woff2"), url("/font/urwgothic/urwgothic.woff") format("woff");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: "urwgothic";
|
|
src: url("/fonts/urwgothic/urwgothicDemi.woff2") format("woff2"), url("/font/urwgothic/urwgothicDemi.woff") format("woff");
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
|
|
[id] {
|
|
scroll-margin-top: 100px;
|
|
} |