Commit d456586a by Muhammad Usman

Futura font added

parent a53574df
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
.subtitle-giving-cont { .subtitle-giving-cont {
color: #58595B; color: #58595B;
font-family: "Museo Sans Rounded"; font-family: "Museo Sans Rounded", sans-serif;
font-size: 18px; font-size: 18px;
letter-spacing: 0; letter-spacing: 0;
line-height: 27px; line-height: 27px;
......
.my-career-app { .my-career-app {
@font-face {
font-family: 'Futura';
src: url('/assets/my-career-web/fonts/futura/Futura Bold font.ttf');
}
@font-face {
font-family: 'Museo Sans Rounded';
}
@import "flex-helpers"; @import "flex-helpers";
@import "form"; @import "form";
@import "misc"; @import "misc";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment