-
Notifications
You must be signed in to change notification settings - Fork 1
Theme variations
Daniel Cañizares Corrales edited this page Jun 1, 2019
·
6 revisions
Bootlaterus includes out-of-the-box different theme variations.
Gray theme optimized for general use.
-
Including custom fonts:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus-cfonts.min.css" crossorigin="anonymous">
-
Without custom fonts:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus.min.css" crossorigin="anonymous">
White theme optimized for general use.
-
Including custom fonts:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus-light-cfonts.min.css" crossorigin="anonymous">
-
Without custom fonts.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus-light.min.css" crossorigin="anonymous">
Theme optimized for wikis and documentation-repos.
-
Gray variation with custom fonts:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus-docs-cfonts.min.css" crossorigin="anonymous">
-
Gray variation without custom fonts:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus-docs.min.css" crossorigin="anonymous">
-
White variation with custom fonts:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus-docs-light-cfonts.min.css" crossorigin="anonymous">
-
White variation without custom fonts:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootlaterus@latest/dist/css/bootlaterus-docs-light.min.css" crossorigin="anonymous">