mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-06-26 17:00:46 +00:00
how-it-works icons
This commit is contained in:
@ -16,4 +16,19 @@
|
||||
@font-face {
|
||||
font-family: "CocogooseExtra";
|
||||
src: url("../media/fonts/cocogoose/Cocogoose_extraBold.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "BS-regular";
|
||||
src: url("../media/fonts/bahnschrift/BS_Static_Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "BS-light";
|
||||
src: url("../media/fonts/bahnschrift/BS_Static_Light.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "BS-bold";
|
||||
src: url("../media/fonts/bahnschrift/BS_Static_Bold.ttf") format("truetype");
|
||||
}
|
@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
font-family: 'roboto', sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user