mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 09:20:52 +01:00
Inlined Material Icons CSS
This commit is contained in:
parent
286ace2eaf
commit
6d497517a5
@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user