mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-12 23:58:11 -07:00
Changed some fonts and fix missing email icon
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$base: (
|
||||
font-family: ("Lora", "Minion Pro", Palatino, Georgia, serif),
|
||||
font-header-family: ("Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif),
|
||||
font-family: ("Roboto Slab", Lora, "Minion Pro", Palatino, Georgia, serif),
|
||||
font-header-family: ("Poppins", "ZCOOL XiaoWei", "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif),
|
||||
font-family-code: (Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospace),
|
||||
|
||||
font-size-root: 16px,
|
||||
@@ -48,7 +48,7 @@ $base: (
|
||||
font-size-h6-xs: .85rem,
|
||||
|
||||
font-weight: 400,
|
||||
font-weight-bold: 700,
|
||||
font-weight-bold: 600,
|
||||
|
||||
line-height-xl: 1.8,
|
||||
line-height-lg: 1.6,
|
||||
|
||||
@@ -75,9 +75,9 @@
|
||||
}
|
||||
& > a {
|
||||
display: inline-block;
|
||||
font-size: map-get($base, font-size-h4);
|
||||
font-size: map-get($base, font-size-h3);
|
||||
@include media-breakpoint-down(md) {
|
||||
font-size: map-get($base, font-size-h4-small);
|
||||
font-size: map-get($base, font-size-h3-small);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user