Search
Quick Commands
run:diagnostics Run all system checks
db:connect Connect to primary DB
cache:clear Clear application cache
users:list Show all active users
Notifications

Stay on top of recent system events and updates.

  • Notification avatar
    System Update Available

    Version 2.4.1 is ready to install with new features.

    2 minutes ago

  • AB
    New User Registration

    Alex Brown from Canada has joined the platform.

    15 minutes ago

  • Notification avatar
    Backup Completed

    Daily backup has been successfully completed.

    1 hour ago

  • Notification avatar
    Security Alert

    Unusual login activity detected from new location.

    3 hours ago

  • Notification avatar
    Monthly Report Ready

    Your analytics report for September is now available.

    Yesterday

  • MJ
    Server Maintenance

    Scheduled maintenance will begin at 2:00 AM EST.

    2 days ago

Font Families

Our carefully selected typefaces for optimal readability and design consistency

Heading Font: Orbitron

A futuristic, geometric sans-serif typeface used for all headings and display text.

Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz

0123456789

!@#$%^&*()_+-=[]{}|;':\",./ <>?
Regular 400
Regular
Medium 500
Medium
SemiBold 600
SemiBold
ExtraBold 800
ExtraBold
Body Font: Space Grotesk

A modern, proportional sans-serif typeface for body text and UI elements.

Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz

0123456789

!@#$%^&*()_+-=[]{}|;':\",./ <>?
Light 300
Light
Regular 400
Regular
SemiBold 600
SemiBold
Bold 800
Bold
Monospace Font: Ubuntu Sans Mono

A clean, modern monospace font designed for code listings and technical documentation.

Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz

0123456789
!@#$%^&*()_+-=[]{}|;':\",./ <>?
Code Example
// Laravel Route Example
Route::get('/dashboard', function () {
    return view('admin.dashboard');
})->name('admin.dashboard');

// Blade Template
@if($user->isAdmin())
    <div class="alert alert-success">
        Welcome, {{ $user->name }}!
    </div>
@endif

CSS Classes & Usage

How to apply these fonts in your code

Orbitron (Headings)
/* CSS Classes */
.orbitron { font-family: "Orbitron", sans-serif; }
.orbitron-400 { font-weight: 400; }
.orbitron-600 { font-weight: 600; }
.orbitron-800 { font-weight: 800; }

/* HTML Example */
<h1 class="orbitron-600">Heading</h1>
Space Grotesk (Body)
/* CSS Classes */
.space-grotesk { font-family: "Space Grotesk", sans-serif; }
.space-grotesk-300 { font-weight: 300; }
.space-grotesk-400 { font-weight: 400; }
.space-grotesk-600 { font-weight: 600; }
.space-grotesk-800 { font-weight: 800; }

/* HTML Example */
<p class="space-grotesk-400">Body text</p>
Ubuntu Sans Mono (Code)
/* CSS Classes */
.ubuntu-sans-mono { 
  font-family: "Ubuntu Sans Mono", monospace;
  font-weight: 300;
}

/* HTML Example */
<code class="ubuntu-sans-mono">function()</code>
Font Stack Overview
  • Headings: Orbitron (h1-h6, .display-*)
  • Body: Space Grotesk (p, span, div)
  • Code: Ubuntu Sans Mono (code, pre)

Display Typography

Large, attention-grabbing text for headers and hero sections

Display 1
font-size: 5rem (80px) | line-height: 1.2
Display 2
font-size: 4.5rem (72px) | line-height: 1.2
Display 3
font-size: 4rem (64px) | line-height: 1.2
Display 4
font-size: 3.5rem (56px) | line-height: 1.2
Display 5
font-size: 3rem (48px) | line-height: 1.2
Display 6
font-size: 2.5rem (40px) | line-height: 1.2

UltraViolet

Modern Admin Dashboard

Built with Bootstrap 5 and Laravel

Headings

Semantic heading hierarchy for content structure

Heading 1

font-size: 2.5rem (40px) | font-weight: 600 | line-height: 1.2

Heading 2

font-size: 2rem (32px) | font-weight: 600 | line-height: 1.3

Heading 3

font-size: 1.75rem (28px) | font-weight: 600 | line-height: 1.3

Heading 4

font-size: 1.5rem (24px) | font-weight: 600 | line-height: 1.4
Heading 5
font-size: 1.25rem (20px) | font-weight: 600 | line-height: 1.4
Heading 6
font-size: 1rem (16px) | font-weight: 600 | line-height: 1.5

Page Title

This is a lead paragraph that stands out from regular text.

Section Heading

Regular paragraph text that provides context and information to the user.

Subsection

More detailed information that supports the main content.

Minor Heading

Additional details and supporting information.

Font Sizes

Bootstrap's responsive font size utilities

fs-1 font-size: 2.5rem (40px)
fs-2 font-size: 2rem (32px)
fs-3 font-size: 1.75rem (28px)
fs-4 font-size: 1.5rem (24px)
fs-5 font-size: 1.25rem (20px)
fs-6 font-size: 1rem (16px)
Responsive Font Sizes
Responsive Text
Changes size based on screen: fs-1 on mobile, fs-2 on medium, fs-3 on large
Adaptive Heading
Scales from fs-3 to fs-6 across breakpoints
Flexible Content
Increases in size on larger screens

Text Utilities

Text alignment, transformation, and styling utilities

Text Alignment
text-start

This text is aligned to the start (left in LTR languages).

text-center

This text is centered in the container.

text-end

This text is aligned to the end (right in LTR languages).

Text Transformation
text-lowercase

ALL UPPERCASE TEXT

text-uppercase

all lowercase text

text-capitalize

each word capitalized

Normal

Normal text without transformation

Font Weight & Style
fw-light

Light weight text (300)

fw-normal

Normal weight text (400)

fw-bold

Bold weight text (700)

fst-italic

Italic style text

Text Colors
Primary
text-primary
Secondary
text-secondary
Success
text-success
Danger
text-danger
Warning
text-warning
Info
text-info

Line Height & Spacing

Control text spacing and readability

Line Height Utilities
lh-1 - Tight line height for compact text. This is useful for headings or when you need to fit more text in a smaller space. The line height is set to 1, which means the lines are very close together.
line-height: 1
lh-sm - Small line height for slightly more breathing room. This provides a good balance between compactness and readability. Perfect for UI elements that need to be dense but still legible.
line-height: 1.25
lh-base - Base line height for normal text. This is the default line height that provides good readability for body text. It's comfortable to read and follows typographic best practices.
line-height: 1.5
lh-lg - Large line height for better readability. This is ideal for long-form content, articles, or any text that needs to be easy to scan and read. The extra spacing helps reduce eye strain.
line-height: 2
Text Spacing Examples
Article Example

Article Title

This is the lead paragraph with base line height for optimal readability. It provides enough space between lines to make the text comfortable to read.

This is the body text with large line height for extended reading. The increased spacing makes it easier to follow along and reduces eye fatigue when reading longer content.

Responsive Typography

Typography that adapts to different screen sizes

Responsive Display

Scales from display-6 on mobile to display-3 on extra large screens

Adaptive Heading

Grows from fs-3 to fs-1 across breakpoints

Flexible Paragraph

Increases in size on larger screens for better readability
Breakpoint Examples
Class Mobile ( < 576px) Small (≥ 576px) Medium (≥ 768px) Large (≥ 992px) XL (≥ 1200px)
fs-1 fs-sm-2 fs-md-3 fs-lg-4 fs-xl-5 2.5rem (40px) 2rem (32px) 1.75rem (28px) 1.5rem (24px) 1.25rem (20px)
display-6 display-md-5 display-lg-4 2.5rem (40px) 2.5rem (40px) 3rem (48px) 3.5rem (56px) 3.5rem (56px)

Real-world Examples

Typography in action across different components

Dashboard Card
analytics
Total Revenue
This month

$47,892

trending_up +12.5% from last month
Form Example
We'll never share your email with anyone else.