Moved to using Atlas fontface
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
font-size: 13px;
|
||||
font-weight: 300;
|
||||
font-family: "Atlas Grotesk", "Helvetica Neue", sans-serif;
|
||||
text-align: center;
|
||||
|
||||
&:first-child {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
.cm-s-atlas.CodeMirror {
|
||||
background: #ffffff;
|
||||
color: #202020;
|
||||
font-family: 'Cousine', 'Monaco', monospace;
|
||||
font-family: 'Atlas Typewriter', 'Cousine', 'Monaco', monospace;
|
||||
font-weight: 300;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
.editor {
|
||||
outline: none;
|
||||
|
||||
font-family: 'Atlas Grotesk', 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
@media all and (max-width: 2000px) and (min-width: 960px) {
|
||||
|
||||
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import 'normalize.css/normalize.css';
|
||||
import '../../fonts/atlas/atlas.css';
|
||||
import styles from './App.scss';
|
||||
|
||||
import {
|
||||
|
||||
BIN
src/fonts/atlas/AtlasGrotesk-Black-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-Black-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-BlackItalic-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-BlackItalic-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-Bold-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-Bold-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-BoldItalic-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-BoldItalic-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-Light-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-Light-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-LightItalic-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-LightItalic-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-Medium-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-Medium-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-MediumItalic-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-MediumItalic-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-Regular-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-Regular-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-RegularItalic-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-RegularItalic-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-Thin-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-Thin-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasGrotesk-ThinItalic-Web.woff
Normal file
BIN
src/fonts/atlas/AtlasGrotesk-ThinItalic-Web.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasTypewriterMedium.woff
Normal file
BIN
src/fonts/atlas/AtlasTypewriterMedium.woff
Normal file
Binary file not shown.
BIN
src/fonts/atlas/AtlasTypewriterRegular.woff
Normal file
BIN
src/fonts/atlas/AtlasTypewriterRegular.woff
Normal file
Binary file not shown.
48
src/fonts/atlas/atlas.css
Normal file
48
src/fonts/atlas/atlas.css
Normal file
@@ -0,0 +1,48 @@
|
||||
@font-face {
|
||||
font-family: 'Atlas Grotesk';
|
||||
src: url('./AtlasGrotesk-Regular-Web.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Grotesk';
|
||||
src: url('./AtlasGrotesk-RegularItalic-Web.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Grotesk';
|
||||
src: url('./AtlasGrotesk-Medium-Web.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Grotesk';
|
||||
src: url('./AtlasGrotesk-MediumItalic-Web.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Grotesk';
|
||||
src: url('./AtlasGrotesk-MediumItalic-Web.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Typewriter';
|
||||
src: url('./AtlasTypewriterRegular.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Atlas Typewriter';
|
||||
src: url('./AtlasTypewriterMedium.woff') format('woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user