1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-18 15:05:32 -04:00

style updates

This commit is contained in:
2021-11-14 11:25:03 -05:00
parent 52d2460275
commit 4f5feb47a5
4 changed files with 13 additions and 12 deletions

View File

@@ -8,8 +8,9 @@
* Inter typeface - https://rsms.me/inter/
*
* Copyright (c) 2016-2020 The Inter Project Authors.
* "Inter" is trademark of Rasmus Andersson.
* Licensed under the SIL Open Font License, Version 1.1:
* https://github.com/rsms/inter/blob/master/LICENSE.txt
* https://scripts.sil.org/OFL
*/
// Variable
@@ -25,11 +26,11 @@
@include Inter.fontFace($fontName: "Inter", $weight: 700, $unicodeMap: settings.$webfont-unicode-latin-only);
/*!
* Roboto Mono typeface - https://fonts.google.com/specimen/Roboto+Mono
* Roboto Mono typeface - https://github.com/googlefonts/robotomono
*
* Copyright (c) 2015 The Roboto Mono Project Authors.
* Licensed under the Apache License, Version 2.0:
* https://github.com/google/fonts/blob/main/apache/robotomono/LICENSE.txt
* https://www.apache.org/licenses/LICENSE-2.0
*/
// Variable
@@ -50,7 +51,7 @@
*
* Copyright (c) 2014 The Comic Neue Project Authors.
* Licensed under the SIL Open Font License, Version 1.1:
* https://github.com/crozynski/comicneue/blob/master/OFL.txt
* https://scripts.sil.org/OFL
*/
@include ComicNeue.fontFace($fontName: "Comic Neue", $weight: 400, $unicodeMap: settings.$webfont-unicode-latin-only);