Skip to content

Commit

Permalink
Dev: added font-noto.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Nov 28, 2017
1 parent 5cade3c commit 1c2b5c3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions assets/fonts/font-noto.css
@@ -0,0 +1,29 @@
@font-face {
font-family: 'Noto Sans';
font-weight: 300;
font-style: normal;
src: url('../fonts/Noto/NotoSans-Regular.ttf');
}

@font-face {
font-family: 'Noto Sans';
font-weight: 600;
font-style: bold;
src: url('../fonts/Noto/NotoSans-Bold.ttf');
}


@font-face {
font-family: 'Noto Sans';
font-weight: 300;
font-style: italic;
src: url('../fonts/Noto/NotoSans-Italic');
}

@font-face {
font-family: 'Noto Sans';
font-weight: 400;
font-style: italic;
src: url('../fonts/Noto/NotoSans-BoldItalic.ttf');
}

0 comments on commit 1c2b5c3

Please sign in to comment.