1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Inlined Material Icons CSS

This commit is contained in:
squidfunk 2020-02-11 11:04:12 +01:00
parent 286ace2eaf
commit 6d497517a5
2 changed files with 17 additions and 1 deletions

View File

@ -22,6 +22,22 @@
// stylelint-disable font-family-no-missing-generic-family-keyword
// ----------------------------------------------------------------------------
// Font faces
// ----------------------------------------------------------------------------
// Icon font
@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
src: local("Material Icons"),
local("MaterialIcons-Regular"),
url("../fonts/MaterialIcons-Regular.woff2") format("woff2"),
url("../fonts/MaterialIcons-Regular.woff") format("woff"),
url("../fonts/MaterialIcons-Regular.ttf") format("truetype")
}
// ----------------------------------------------------------------------------
// Rules
// ----------------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
////
/// Copyright (c) 2016-2019 Martin Donath <martin.donath@squidfunk.com>
/// Copyright (c) 2016-2020 Martin Donath <martin.donath@squidfunk.com>
///
/// Permission is hereby granted, free of charge, to any person obtaining a
/// copy of this software and associated documentation files (the "Software"),