Update Font + nav and tolltip adjustement

Delete unused and add ttf for Brushtip and ManoNegra
This commit is contained in:
Mandar
2020-12-11 23:20:33 +01:00
parent 03f8cd8dd1
commit 1b5d4d638d
8 changed files with 19 additions and 3 deletions

View File

@@ -9,17 +9,24 @@
// Font BrushtipTexe
@font-face {
font-family: "BrushtipTexe";
src: url("../fonts/BrushtipTexe.otf") format("opentype");
src: url("../fonts/BrushtipTexe.ttf") format("truetype");
}
// Font ArchitectsDaughter
// Font PatrickHand
@font-face {
font-family: "PatrickHand";
src: url("../fonts/PatrickHand.ttf") format("truetype");
}
// Font ManoNegra
@font-face {
font-family: "ManoNegra";
src: url("../fonts/ManoNegra.ttf") format("truetype");
}
$font-primary: "PatrickHand", sans-serif;
$font-secondary: "BrushtipTexe", sans-serif;
$font-tertiary: "ManoNegra", sans-serif;
$font-dice: "LogotypeL5r", sans-serif;
body {