added basis grotesque font
This commit is contained in:
parent
91ddb06949
commit
e652eaebc9
5 changed files with 12 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -4,4 +4,16 @@
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
font-family: 'Bitter','Bookman Old Style',serif;
|
font-family: 'Bitter','Bookman Old Style',serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Basis Grotesque Mono Pro Light';
|
||||||
|
src: url('../../fonts/basis-grotesque-mono-pro/BasisGrotesqueMonoProLight.eot'); /* IE9 Compat Modes */
|
||||||
|
src: url('../../fonts/basis-grotesque-mono-pro/BasisGrotesqueMonoProLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||||
|
url('../../fonts/basis-grotesque-mono-pro/BasisGrotesqueMonoProLight.woff2') format('woff2'), /* Super Modern Browsers */
|
||||||
|
url('../../fonts/basis-grotesque-mono-pro/BasisGrotesqueMonoProLight.woff') format('woff'), /* Modern Browsers */
|
||||||
|
url('../../fonts/basis-grotesque-mono-pro/BasisGrotesqueMonoProLight.ttf') format('truetype'); /* Safari, Android, iOS */
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue