Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A a11yproject.com
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The A11Y Project
  • a11yproject.com
  • Merge requests
  • !1107
An error occurred while fetching the assigned milestone of the selected merge_request.

Add Recursive Mono

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Byte Blaze requested to merge replace-anaheim-with-recursive into main 4 years ago
  • Overview 1
  • Commits 5
  • Pipelines 0
  • Changes 8

This PR adds Recursive Mono and restores code syntax highlighting.

Compare
  • main (base)

and
  • latest version
    3f5ea641
    5 commits, 2 years ago

8 files
+ 41
- 13

    Preferences

    File browser
    Compare changes
s‎rc‎
c‎ss‎
compo‎nents‎
_c-her‎o.scss‎ +1 -4
imp‎orts‎
_font‎s.scss‎ +5 -6
lo‎gic‎
_variables.fon‎t-families.scss‎ +1 -1
ven‎dor‎
_v-prism-a1‎1y-dark.scss‎ +0 -1
fo‎nts‎
RecursiveMonoLnr‎St-Regular.woff2‎ +0 -0
source-code-pro-v11‎-latin-regular.woff2‎ +0 -0
gulpf‎ile.js‎ +33 -0
packag‎e.json‎ +1 -1
src/css/components/_c-hero.scss
+ 1
- 4
  • View file @ 3f5ea641

  • Edit in single-file editor

  • Open in Web IDE


@@ -82,16 +82,13 @@
.template-contribute & {
background-color: $color-yellow-tint;
background-image: url("#{$path-to-img}/heroes/contribute.svg");
}
.template-simple & {
background-color: $color-yellow;
}
.template-contribute & {
background-image: url("#{$path-to-img}/heroes/contribute.svg");
}
.template-spotlight & {
background-image: url("#{$path-to-img}/heroes/spotlight.svg");
}
src/css/imports/_fonts.scss
+ 5
- 6
  • View file @ 3f5ea641

  • Edit in single-file editor

  • Open in Web IDE


@@ -64,15 +64,14 @@
}
// Source Code Pro Regular
// Recursive Sans Linear Static Regular
@font-face {
font-display: swap;
font-family: "Source Code Pro";
font-family: "Recursive Mono Linear Static";
font-style: normal;
font-weight: 400;
src:
local("Source Code Pro Regular"),
local("SourceCodePro-Regular"),
url("../fonts/source-code-pro-v11-latin-regular.woff") format("woff"),
url("../fonts/source-code-pro-v11-latin-regular.woff2") format("woff2");
local("Recursive Mn Lnr St"),
local("RecursiveMonoLnrSt-Regular"),
url("../fonts/RecursiveMonoLnrSt-Regular.woff2") format("woff2");
}
src/css/logic/_variables.font-families.scss
+ 1
- 1
  • View file @ 3f5ea641

  • Edit in single-file editor

  • Open in Web IDE


@@ -28,7 +28,7 @@ $font-family-secondary: "Anaheim", sans-serif;
// Weight: 3
//
// Styleguide Logic.Variables.font-families.font-family-code
$font-family-code: "Source Code Pro", monospace;
$font-family-code: "Recursive Mono Linear Static", monospace;
// font-family-native
src/css/vendor/_v-prism-a11y-dark.scss
+ 0
- 1
  • View file @ 3f5ea641

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,7 +8,6 @@ code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;
background: none;
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
src/fonts/RecursiveMonoLnrSt-Regular.woff2 0 → 100755
+ 0
- 0
  • View file @ 3f5ea641

RecursiveMonoLnrSt-Regular.woff2

Download
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: replace-anaheim-with-recursive

Menu

Explore Projects Groups Snippets