cdn

Mable CDN: CSS

This file is necessary to use Mable. Add it anywhere in the <head> section of all HTML documents.

Example:

<head>
	<!-- Page Info -->
	<title>This is a sample Mable HTML Header</title>
	<meta name="description" content="Page Description">
	<meta name="keywords" content="Page, Tags">
	<meta property="og:image" content="https://full-url">
	<link href="../images/brand/favicon.png" rel="shortcut icon">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<!-- CSS Sheets -->
	<link type="text/css" rel="stylesheet" href="css/style.css">
		
	<!-- Themes -->
	<link type="text/css" rel="stylesheet" href="themes/sample-theme" id="custom-theme-sheet">

	<!-- Packages -->
	<link type="text/css" rel="stylesheet" href="packages/sample-package.css">
</head>

Importing a css file from this page will also automatically import necesary fonts.

Latest CSS File

This file will be unstable at some point. It is recommended to use one of the stable versions below.

<link rel="stylesheet" type="text/css" href="https://cdn.mablesite.com/css/style.css">

Stable Versions

It is recommended that you use the latest stable version.

<link rel="stylesheet" type="text/css" href="https://cdn.mablesite.com/css/1.1.css">
<link rel="stylesheet" type="text/css" href="https://cdn.mablesite.com/css/1.0.css">